summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-05-10 12:33:58 +0000
committerLudovic Courtès <ludo@gnu.org>2010-05-10 12:33:58 +0000
commite4fecd6b8e5eb79c722b6db212e29000f073fd4b (patch)
tree0f2acd0941ff4a831ce4aead61cff02f17e68514 /maintainers
parente47a2a9651895a158c4917f73a0081e2eb9beb1d (diff)
downloadnixpkgs-e4fecd6b8e5eb79c722b6db212e29000f073fd4b.tar
nixpkgs-e4fecd6b8e5eb79c722b6db212e29000f073fd4b.tar.gz
nixpkgs-e4fecd6b8e5eb79c722b6db212e29000f073fd4b.tar.bz2
nixpkgs-e4fecd6b8e5eb79c722b6db212e29000f073fd4b.tar.lz
nixpkgs-e4fecd6b8e5eb79c722b6db212e29000f073fd4b.tar.xz
nixpkgs-e4fecd6b8e5eb79c722b6db212e29000f073fd4b.tar.zst
nixpkgs-e4fecd6b8e5eb79c722b6db212e29000f073fd4b.zip
gnupdate: Fix typo.
svn path=/nixpkgs/trunk/; revision=21703
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 741ce7e63ee..31340ca2399 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 \
-  -e '(apply main (cdr (command-line)))' -- "$@"
+  -c '(apply main (cdr (command-line)))' -- "$@"