From: Christoph Egger Date: Thu, 12 May 2011 08:18:42 +0000 (+0100) Subject: tools/xm-test: portability fix: Avoid using == in /bin/sh script X-Git-Tag: 4.1.1-rc1~16 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7eac93fd586c4d61291f8fb2d7e644898f7e5edc;p=people%2Fvhanquez%2Fxen.git tools/xm-test: portability fix: Avoid using == in /bin/sh script From: David Brownlee Signed-off-by: Christoph Egger xen-unstable changeset: 23328:6767d92dff13 xen-unstable date: Thu May 12 08:55:12 2011 +0100 --- diff --git a/tools/xm-test/ramdisk/make-release.sh b/tools/xm-test/ramdisk/make-release.sh index a200822dc..255cf0f08 100644 --- a/tools/xm-test/ramdisk/make-release.sh +++ b/tools/xm-test/ramdisk/make-release.sh @@ -1,6 +1,6 @@ #!/bin/sh -if [ "$1" == "" ] +if [ "$1" = "" ] then arch="" else