mirror of
https://github.com/libretro/libretro-super
synced 2025-01-01 09:00:08 +00:00
try to allow compound commands
This commit is contained in:
parent
768db17dc3
commit
5d4073903d
@ -10,7 +10,7 @@ BRANCH=""
|
||||
# ----- read variables from recipe config -----
|
||||
while read line; do
|
||||
KEY=`echo $line | cut -f 1 -d " "`
|
||||
VALUE=`echo $line | cut -f 2 -d " "`
|
||||
VALUE=`echo $line | cut -f 2,3,4 -d " "`
|
||||
|
||||
if [ "${KEY}" = "PATH" ]; then
|
||||
export PATH=${VALUE}:${ORIGPATH}
|
||||
|
Loading…
Reference in New Issue
Block a user