From 1d7682cb7e955767f8678f3dea22a819ac7435d5 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 27 Jul 2013 20:36:11 +0200 Subject: Fix bashism. --- localgit-update-file-timestamps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localgit-update-file-timestamps') diff --git a/localgit-update-file-timestamps b/localgit-update-file-timestamps index 38b3765..c0497c9 100755 --- a/localgit-update-file-timestamps +++ b/localgit-update-file-timestamps @@ -21,7 +21,7 @@ set -e # Make sure we are not running this on a bare Repository REPO_TYPE=`git config --list|egrep ^core.bare | awk -F '=' '{ print $2 }'` -if [ "$REPO_TYPE" == "true" ] +if [ "$REPO_TYPE" = "true" ] then echo "Cannot run this script on a bare Repository" && exit 1 fi -- cgit v1.2.3