mirror of
https://github.com/libretro/libretro-super
synced 2025-02-27 03:39:56 +00:00
Merge pull request #589 from orbea/line
libretro-buildbot-recipe.sh: Don't export empty variables.
This commit is contained in:
commit
be98fb91d8
@ -21,6 +21,7 @@ ENTRY_ID=""
|
||||
|
||||
# ----- read variables from recipe config -----
|
||||
while read line; do
|
||||
[ -z "${line}" ] && continue
|
||||
KEY=`echo $line | cut -f 1 -d " "`
|
||||
VALUE=`echo $line | cut -f 2 -d " "`
|
||||
rm -f -- "$TMPDIR/vars"
|
||||
|
@ -5,4 +5,3 @@ CORE_JOB YES
|
||||
MAKE make
|
||||
CMAKE cmake
|
||||
PATH /usr/lib/ccache
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user