aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-06-25 01:08:30 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-06-25 01:08:30 +0000
commit1663c72036e4b6dab622ea3998fcc77520f9adc9 (patch)
tree558e0fcf82ca5573a9fe5e2e229d69574e4fbc25
parent85381e8696065ae26404e6358d8f29c7c1ae0aca (diff)
downloadfetchmail-1663c72036e4b6dab622ea3998fcc77520f9adc9.tar.gz
fetchmail-1663c72036e4b6dab622ea3998fcc77520f9adc9.tar.bz2
fetchmail-1663c72036e4b6dab622ea3998fcc77520f9adc9.zip
Try removing -l flag.
svn path=/trunk/; revision=3383
-rwxr-xr-xindexgen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexgen.sh b/indexgen.sh
index 767a893e..df7cd4b0 100755
--- a/indexgen.sh
+++ b/indexgen.sh
@@ -34,10 +34,10 @@ then
fi
# Cryptographically sign checksums
-su -l esr <<EOF
+su esr <<EOF
gpg --clearsign checksums
mv checksums.asc checksums
-gpg --detach-sign --armor fetchmail-$VERSION.tar.gz
+gpg --detach-sign --armor fetchmail-$version.tar.gz
EOF
cat >index.html <<EOF