Removed superfluous comment
This commit is contained in:
parent
0b5a418b39
commit
981f634c31
1
setup.sh
1
setup.sh
@ -36,7 +36,6 @@ while getopts "b:d:g:r-:" opt; do
|
|||||||
OPTARG="${OPTARG#=}" # if long option argument, remove assigning `=`
|
OPTARG="${OPTARG#=}" # if long option argument, remove assigning `=`
|
||||||
fi
|
fi
|
||||||
case $opt in
|
case $opt in
|
||||||
# note the leading colon
|
|
||||||
b | branch) BRANCH="$OPTARG" ;;
|
b | branch) BRANCH="$OPTARG" ;;
|
||||||
d | dir) DIR="$OPTARG" ;;
|
d | dir) DIR="$OPTARG" ;;
|
||||||
g | git-repo) GIT_REPO="$OPTARG" ;;
|
g | git-repo) GIT_REPO="$OPTARG" ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user