Prevent "Warning: unrecognized command line flag -rd"

This commit is contained in:
Abe Jellinek 2024-08-26 12:20:57 -04:00 committed by Dan Stillman
parent 868947f4c8
commit 175541ed86

View file

@ -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