From a952d7147d1cc623eb966b90590e4878e24450f9 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 25 Nov 2013 14:21:30 +0100 Subject: [PATCH] update.sh: ignore other files Signed-off-by: Alejandro Mery --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index cd533bd..c752455 100755 --- a/update.sh +++ b/update.sh @@ -2,7 +2,7 @@ cd "$(dirname "$0")" -if [ "$(git ls-files -mdo)" ]; then +if [ "$(git ls-files -md)" ]; then updated=true git stash -q else