Skip to content
Snippets Groups Projects
Commit d260131b authored by david_williams's avatar david_williams
Browse files

clean up and prep for bug 339818

parent a71c3e0a
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,9 @@ do
;;
a) addProperties=1
;;
p) projectname=$OPTARG
# we strip off ".ser", if present, just to make it easier to use with tab completion, etc., from
# releng.control directory, were the project files are named, for example, "wtp-R3.3.0-I.ser"
p) projectname=${OPTARG%\.ser}
;;
?) usage
exit 2
......
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