From: Philippe Seewer Date: Fri, 27 Nov 2009 10:57:11 +0000 (+0100) Subject: initqueue: Remove trailing ; X-Git-Tag: 003~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00da3293e2040068543b8da33e0ebf8e5b603272;p=thirdparty%2Fdracut.git initqueue: Remove trailing ; dash -n complains about the trailing ';' and somehow I think this really isn't needed. --- diff --git a/modules.d/99base/initqueue b/modules.d/99base/initqueue index e5246ee40..cc6e7a85e 100755 --- a/modules.d/99base/initqueue +++ b/modules.d/99base/initqueue @@ -37,5 +37,4 @@ fi mv -f "/tmp/$$-${job}.sh" "/initqueue${settled}/${job}.sh" [ -z "$settled" ] && >> /initqueue/work -;