From: Wouter Wijngaards Date: Tue, 13 Jul 2010 09:10:53 +0000 (+0000) Subject: compat for shell code. X-Git-Tag: release-1.4.6rc1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3070cf38f067aebaebf6432fd82d29064104b918;p=thirdparty%2Funbound.git compat for shell code. git-svn-id: file:///svn/unbound/trunk@2194 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure b/configure index 21a60dee3..fa2b6dfe7 100755 --- a/configure +++ b/configure @@ -2529,7 +2529,7 @@ LIBUNBOUND_AGE=0 -function pretty_cmdline { +pretty_cmdline() { cmdline="" while test -n "$1"; do cmdline="$cmdline '"`echo $1 | sed -e 's/\\\\/\\\\\\\\/g' | sed -e 's/"/\\\\"/g' `"'" diff --git a/configure.ac b/configure.ac index e72e28817..304e8765b 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_SUBST(LIBUNBOUND_CURRENT) AC_SUBST(LIBUNBOUND_REVISION) AC_SUBST(LIBUNBOUND_AGE) -function pretty_cmdline { +pretty_cmdline() { cmdline="" while test -n "$1"; do cmdline="$cmdline '"`echo $1 | sed -e 's/\\\\/\\\\\\\\/g' | sed -e 's/"/\\\\"/g' `"'"