summaryrefslogtreecommitdiff
path: root/localgit-update-file-timestamps
diff options
context:
space:
mode:
Diffstat (limited to 'localgit-update-file-timestamps')
-rwxr-xr-xlocalgit-update-file-timestamps2
1 files changed, 1 insertions, 1 deletions
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