From b950f352c5e5f9d383dc757a8ca437993c77679c Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 6 Nov 2011 16:27:31 +0100 Subject: [PATCH] Fix F-16 sh<->bash compatibility. --- bin/errs12 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/errs12 b/bin/errs12 index 1217a17..e7c7e07 100755 --- a/bin/errs12 +++ b/bin/errs12 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # $Id$ renice +19 -p $$; ionice -c3 -p $$ -- 1.8.3.1