From f9dc75acff077a38726648fd28b8d3f0a000af18 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 27 May 2008 20:16:10 +0200 Subject: hm, something fails here --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pkg b/bin/pkg index 82e7cb2..f60b85e 100755 --- a/bin/pkg +++ b/bin/pkg @@ -28,7 +28,7 @@ die () { } check_sed () { - QUUX=$(echo foox | sed -r 's/^fo{2}(.)$/quu\1/') + QUUX=$(echo foox | sed -r 's/^fo{2}(.)$/quu\1/' 2 > /dev/stdout) if ([ "$QUUX" != 'quux' ]) { warn "sed is not working properly. This may produce unexpected behaviour.\n" } -- cgit v1.2.3