parent
76e7de6d53
commit
618ed2bb5c
1 changed files with 3 additions and 3 deletions
|
@ -21,10 +21,10 @@ old="${last_tag#?}"
|
||||||
|
|
||||||
if [ "$1" = "--autoupdate" ]; then
|
if [ "$1" = "--autoupdate" ]; then
|
||||||
new="$2"
|
new="$2"
|
||||||
autogit="y"
|
autoupdate="y"
|
||||||
else
|
else
|
||||||
new="$1"
|
new="$1"
|
||||||
autogit="n"
|
autoupdate="n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
name="$(git config --get user.name)"
|
name="$(git config --get user.name)"
|
||||||
|
@ -52,7 +52,7 @@ cd ..
|
||||||
|
|
||||||
rm "$PACKAGE"_"$old"-*
|
rm "$PACKAGE"_"$old"-*
|
||||||
|
|
||||||
if [ "$autogit" = "n" ]; then
|
if [ "$autoupdate" = "n" ]; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue