Use "=" instead of "==" in condition as it is more portable
commite42251a221e44c0bd8438019da1c307def9a4ca8
authorAlex Riesen <raa.lkml@gmail.com>
Mon, 28 Apr 2008 21:09:55 +0000 (28 23:09 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Apr 2008 22:03:28 +0000 (28 15:03 -0700)
treea1d2edccaf23cac5699458e1645515e18c4b6758
parenta2b26acd7afb4d77d8844ccd681e993f25e75205
Use "=" instead of "==" in condition as it is more portable

At least the dash from Ubuntu's /bin/sh says:

    test: 233: ==: unexpected operator

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-clone.sh