Bugfix (only visible on Ubuntu)
This commit is contained in:
parent
4926e185ef
commit
818ccf92b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue