about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-04-13 08:56:00 +0000
committerLudovic Courtès <ludo@gnu.org>2010-04-13 08:56:00 +0000
commitf226c852493e2ee723e280da0438c9abb2650b37 (patch)
tree964040faca0de9b9f223132573f936ed9e5e945e /maintainers
parent61198b7d61e302fcd75b413a7088f3685e87839b (diff)
gnupdate: Fix typo.
svn path=/nixpkgs/trunk/; revision=21049
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 c0dcd07855326..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 \
+exec "${GUILE:-guile}" $GUILE_FLAGS -L . -l gnupdate.scm \
   -e '(apply main (cdr (command-line)))' -- "$@"