Prevent "Warning: unrecognized command line flag -rd"
This commit is contained in:
parent
868947f4c8
commit
175541ed86
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ while getopts "rbd" opt; do
|
|||
esac
|
||||
done
|
||||
|
||||
# Remove options from $@
|
||||
shift $((OPTIND-1))
|
||||
|
||||
if [ $REBUILD -eq 1 ]; then
|
||||
PARAMS=""
|
||||
if [ $DEBUGGER -eq 1 ]; then
|
||||
|
|
Loading…
Reference in a new issue