Skip to content
Snippets Groups Projects
Commit ea712f42 authored by rtoy's avatar rtoy
Browse files

Oops. Forgot to tell getopts about the -B option.

parent a7cf5d5f
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ VERSION="CVS Head `date '+%Y-%m-%d %H:%M:%S'`"
BASE=build
CREATE_OPT=""
while getopts "Ub:v:C:o:8:?" arg
while getopts "UB:b:v:C:o:8:?" arg
do
case $arg in
b) BASE="$OPTARG" ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment