From 818ccf92b0dec55463c36dfd2cb62d1ab2654fb8 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Mon, 6 Dec 2010 18:18:49 +0100 Subject: [PATCH] Bugfix (only visible on Ubuntu) --- script/server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/server b/script/server index b6aed9eb2..0762c78cf 100755 --- a/script/server +++ b/script/server @@ -76,7 +76,7 @@ fi # Force AGPL if [ -w public -a ! -e public/source.tar.gz ]; then - branch=$( git branch | awk '/^*/ {print $2}') + branch=$( git branch | awk '/^[*]/ {print $2}') tar czf public/source.tar.gz `git ls-tree -r $branch | awk '{print $4}'` fi if [ ! -e public/source.tar.gz ]; then