mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-25 18:46:32 +03:00
Fixed the --no-out-link option
svn path=/nixos/trunk/; revision=25034
This commit is contained in:
parent
11d2cd78e0
commit
c318bd097e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue