Helper Script tweaks
This commit is contained in:
parent
7fbf40c20c
commit
f6b604ff49
3 changed files with 5 additions and 5 deletions
|
|
@ -21,7 +21,7 @@ while [ $IND -lt ${#INFO[@]} ]; do
|
|||
let IND+=1
|
||||
done
|
||||
|
||||
[[ $USAGE ]] && { echo "usage: `basename $0` [1|2]" 1>&2 ; exit 1 ; }
|
||||
[[ $USAGE == 1 ]] && { echo "usage: `basename $0` [1|2]" 1>&2 ; exit 1 ; }
|
||||
|
||||
# If the branch isn't currently the PR target
|
||||
if [[ $TARG != $CURR ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue