From: Chris Hanson Date: Tue, 1 Feb 2000 02:43:43 +0000 (+0000) Subject: Don't use trailing hyphen. X-Git-Tag: 20090517-FFI~4278 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d9353aaf794774126e0b85b6560fda8694acc9f4;p=mit-scheme.git Don't use trailing hyphen. --- diff --git a/v7/dist/release-prefix b/v7/dist/release-prefix index 71e8ce0ec..56f865a47 100755 --- a/v7/dist/release-prefix +++ b/v7/dist/release-prefix @@ -3,4 +3,4 @@ get_release() { fgrep "#define RELEASE" /scheme/v7/src/microcode/version.h | awk '{ print $3 }' | tr -d \" } -echo "mit-scheme-`get_release`-" +echo "mit-scheme-`get_release`"