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