Code

git-new-workdir: Fix shell warning about operator == used with test.
authorSimon Hausmann <simon@lst.de>
Mon, 25 Jun 2007 11:04:26 +0000 (13:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Jun 2007 01:18:47 +0000 (18:18 -0700)
commitb658d50325c938d87d4891cb62e2eefb0b58a62c
tree5812f970211b50916c4de4bf7d829d9792596828
parent4fb8c8075a9952a9d544721e2122a1b2941d8ef6
git-new-workdir: Fix shell warning about operator == used with test.

Use = instead of == with test to test for equality.

Signed-off-by: Simon Hausmann <simon@lst.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/workdir/git-new-workdir