diff options
Diffstat (limited to 'contrib/osx/package.sh')
-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 e792f86ea0..19615183aa 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 |