summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-05-10 21:26:57 +0000
committerLudovic Courtès <ludo@gnu.org>2010-05-10 21:26:57 +0000
commitb43b098513abaecfc1d4635d39a7d8df38a54012 (patch)
tree145955644ceab82e379c9777d5c7448b2c571420 /maintainers
parent5583d516d284f0c51149b9d3a263b05be3d3542d (diff)
gnupdate: Re-fix thinko.
svn path=/nixpkgs/trunk/; revision=21717
Diffstat (limited to 'maintainers')
-rwxr-xr-xmaintainers/scripts/gnu/gnupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/scripts/gnu/gnupdate b/maintainers/scripts/gnu/gnupdate
index 31340ca23996e..741ce7e63ee02 100755
--- a/maintainers/scripts/gnu/gnupdate
+++ b/maintainers/scripts/gnu/gnupdate
@@ -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)))' -- "$@"