From 9715200e3ba0a6163c834f0d8886c34d2223d350 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 27 May 2008 20:12:56 +0200 Subject: oops --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/pkg b/bin/pkg index b081f76..82e7cb2 100755 --- a/bin/pkg +++ b/bin/pkg @@ -29,7 +29,7 @@ die () { check_sed () { QUUX=$(echo foox | sed -r 's/^fo{2}(.)$/quu\1/') - if ([ ! $QUUX = 'quux' ]) { + if ([ "$QUUX" != 'quux' ]) { warn "sed is not working properly. This may produce unexpected behaviour.\n" } } -- cgit v1.2.3