From c4a89a258f75fdec7ea86eb1490d6df0641c4177 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Thu, 6 Feb 2014 14:42:08 +0000 Subject: [PATCH] More release tweaks. --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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