]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
compat for shell code.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 13 Jul 2010 09:10:53 +0000 (09:10 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 13 Jul 2010 09:10:53 +0000 (09:10 +0000)
git-svn-id: file:///svn/unbound/trunk@2194 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac

index 21a60dee3549d95d4cf1835da756a9976510d1af..fa2b6dfe788ae3ee6b837605730b034e2f8b3b99 100755 (executable)
--- 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' `"'"
index e72e28817776cd989403cd0b22a8655d37f77380..304e8765b2f2ea72f1ca8ecc70fc75742406f7be 100644 (file)
@@ -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' `"'"