Skip to content
Extraits de code Groupes Projets
Valider 818ccf92 rédigé par Alec Leamas's avatar Alec Leamas
Parcourir les fichiers

Bugfix (only visible on Ubuntu)

parent 4926e185
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -76,7 +76,7 @@ fi ...@@ -76,7 +76,7 @@ fi
# Force AGPL # Force AGPL
if [ -w public -a ! -e public/source.tar.gz ]; then 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}'` tar czf public/source.tar.gz `git ls-tree -r $branch | awk '{print $4}'`
fi fi
if [ ! -e public/source.tar.gz ]; then if [ ! -e public/source.tar.gz ]; then
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter