From ff390ae43d971f73d9118d015b3d2414cac99fe5 Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Fri, 11 Apr 2014 17:03:02 +0400 Subject: [PATCH] typo --- update-nutools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-nutools b/update-nutools index 3614b8a..6ef86ee 100755 --- a/update-nutools +++ b/update-nutools @@ -43,7 +43,7 @@ fi scriptdir="$2" clonerepo= -if [ -z "$NUTOOLS_UPDATE_REPO" -a -f "$scriptdir/.nutools-devel" -a -d "$scriptdir/.git" ]; then +if [ -z "$NUTOOLS_REPO" -a -f "$scriptdir/.nutools-devel" -a -d "$scriptdir/.git" ]; then echo "NOTE: tentative de mise à jour du dépôt local" cd "$scriptdir" git pull || clonerepo=1