diff --git a/release.sh b/release.sh index b63345c2f..494f9d720 100755 --- a/release.sh +++ b/release.sh @@ -35,7 +35,7 @@ mv cpp-ethereum $archdir echo Creating archive... tar c $archdir | bzip2 -- > $archfile -if [[! "$1" = "" ]]; then +if [[ ! "$1" = "" ]]; then ln -s $archfile "cpp-ethereum_$1.orig.tar.bz2" fi