Anti-bashism patch inherited from Ubuntu.
Author: Anders Kaseorg <anders@kaseorg.com>

 -- Rob Andrews <rob@choralone.org>  Thu, 28 Jun 2007 18:08:54 +0100

--- nspluginwrapper-0.9.91.4.orig/utils/mkruntime.sh
+++ nspluginwrapper-0.9.91.4/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+"$@"}
 }
