mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-23 07:49:44 +00:00
retroarch-release.sh: Fix script.
This commit is contained in:
parent
884ecccc9b
commit
fe45ac5efe
@ -10,10 +10,9 @@ TMP=${TMP:-/tmp/libretro}
|
||||
set -eu
|
||||
|
||||
# Ensure a clean and fully updated repo
|
||||
if [ -d $SRCNAM ]; then
|
||||
rm -rf -- $SRCNAM
|
||||
./libretro-fetch.sh $SRCNAM
|
||||
fi
|
||||
[ -d $SRCNAM ] && rm -rf -- $SRCNAM
|
||||
|
||||
./libretro-fetch.sh $SRCNAM
|
||||
|
||||
COMMIT="$(git --work-tree=$SRCNAM --git-dir=$SRCNAM/.git describe --abbrev=0 \
|
||||
--tags)"
|
||||
|
Loading…
Reference in New Issue
Block a user