mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 22:21:26 +00:00
gnupdate: Re-fix thinko.
svn path=/nixpkgs/trunk/; revision=21717
This commit is contained in:
parent
5583d516d2
commit
b43b098513
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec "${GUILE:-guile}" $GUILE_FLAGS -L . -l gnupdate.scm \
|
||||
-c '(apply main (cdr (command-line)))' -- "$@"
|
||||
-e '(apply main (cdr (command-line)))' -- "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user