Skip to content

Commit

Permalink
Fixed minor problem with -n option
Browse files Browse the repository at this point in the history
  • Loading branch information
a3schuur committed Feb 6, 2006
1 parent e3f40f1 commit e4a8f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfcbstage.sh.in
Expand Up @@ -26,7 +26,7 @@ do
-h) help=1;
shift;;
-n) namespace=$2
shift;;
shift 2;;
-s) stagingdir=$2
shift 2;;
-r) regfile=$2
Expand Down

0 comments on commit e4a8f5a

Please sign in to comment.