mirror of
https://github.com/libretro/libretro-super
synced 2025-02-03 20:54:12 +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
|
if [ -f "$DIR/.libretro-core-recipe" ]; then
|
||||||
recipe="$(cat "$DIR/.libretro-core-recipe")"
|
recipe="$(cat "$DIR/.libretro-core-recipe")"
|
||||||
if [ "$line" != "$recipe" ]; then
|
if [ "$line" != "$recipe" ]; then
|
||||||
|
rm -f -- "$DIR/.libretro-core-recipe"
|
||||||
echo "$line" > "$DIR/.libretro-core-recipe"
|
echo "$line" > "$DIR/.libretro-core-recipe"
|
||||||
BUILD="YES"
|
BUILD="YES"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user