From 70248136a0fb6db8d2e910808e2ae770fb6ab6cb Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Sat, 26 Feb 2011 02:55:12 -0500 Subject: [PATCH] Debian patch: remove bashisms Anti-bashism patch inherited from Ubuntu. Author: Anders Kaseorg -- Rob Andrews Thu, 28 Jun 2007 18:08:54 +0100 --- utils/mkruntime.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/mkruntime.sh b/utils/mkruntime.sh index 3bcfa61..2f0d76b 100755 --- a/utils/mkruntime.sh +++ b/utils/mkruntime.sh @@ -12,15 +12,15 @@ # - Check acroread5, something is missing while loading a PDF # - Enough for Flash Player & PluginSDK npsimple.so -function error() { +error() { echo ${1+"$@"} > /dev/stderr } -function status() { +status() { echo ${1+"$@"} > /dev/stderr } -function run() { +run() { status " " ${1+"$@"} ${1+"$@"} }