mirror of
https://github.com/libretro/libretro-super
synced 2025-01-18 19:12:07 +00:00
Merge pull request #833 from orbea/line
libretro-buildbot-recipe.sh: Remove old .libretro-core-recipe files.
This commit is contained in:
commit
c5d306f10b
@ -605,6 +605,7 @@ while read line; do
|
||||
if [ -f "$DIR/.libretro-core-recipe" ]; then
|
||||
recipe="$(cat "$DIR/.libretro-core-recipe")"
|
||||
if [ "$line" != "$recipe" ]; then
|
||||
rm -f -- "$DIR/.libretro-core-recipe"
|
||||
echo "$line" > "$DIR/.libretro-core-recipe"
|
||||
BUILD="YES"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user