Debian patch: remove bashisms

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
This commit is contained in:
David Benjamin 2011-02-26 02:55:12 -05:00
parent b15fb20458
commit 70248136a0
1 changed files with 3 additions and 3 deletions

View File

@ -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+"$@"}
}