3
0
Fork 0
forked from mirrors/nixpkgs

Fixed the --no-out-link option

svn path=/nixos/trunk/; revision=25034
This commit is contained in:
Sander van der Burg 2010-12-08 14:30:55 +00:00
parent 11d2cd78e0
commit c318bd097e

View file

@ -15,7 +15,7 @@ showUsage()
# Parse valid argument options
PARAMS=`getopt -n $0 -o h -l use-backdoor,show-trace,help -- "$@"`
PARAMS=`getopt -n $0 -o h -l use-backdoor,no-out-link,show-trace,help -- "$@"`
if [ $? != 0 ]
then