diff options
author | Andrew Lewman <andrew@torproject.org> | 2008-08-31 14:15:15 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2008-08-31 14:15:15 +0000 |
commit | 147f75c525ff5a3bf1b01eafe99f6fffda8f7e3d (patch) | |
tree | 870c115776a5d6d7e5f318ae5257da8d5adebcd9 /contrib/osx | |
parent | cfff21e78a85bd7af1a6abc021ef17f1b42bc948 (diff) | |
download | tor-147f75c525ff5a3bf1b01eafe99f6fffda8f7e3d.tar tor-147f75c525ff5a3bf1b01eafe99f6fffda8f7e3d.tar.gz |
remove the last vestiges of the OS variable.
svn:r16701
Diffstat (limited to 'contrib/osx')
-rw-r--r-- | contrib/osx/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index e792f86ea..19615183a 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -22,7 +22,7 @@ # man packagemaker # Make sure VERSION is set, so we don't name the package -# "Tor--$OS-$ARCH-Bundle.dmg" +# "Tor--$ARCH-Bundle.dmg" if [ "XX$VERSION" = 'XX' ]; then echo "VERSION not set." exit 1 |