]> granicus.if.org Git - apache/commitdiff
Older shells don't support the newer method
authorJim Jagielski <jim@apache.org>
Fri, 15 Jan 1999 15:06:59 +0000 (15:06 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 15 Jan 1999 15:06:59 +0000 (15:06 +0000)
of shell execute (  )

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82661 13f79535-47bb-0310-9956-ffa450edef68

build/binbuild.sh

index c323e532181b8dc8040af868ffce7cef4c2be8ed..33ee41388584c91df7f834a09cbd50ff5d0921f3 100755 (executable)
@@ -7,13 +7,14 @@
 # See http://www.apache.org/docs/LICENSE
 
 
-APDIR=$(basename $(pwd))
-VER=$(echo $APDIR |sed s/apache-//)
-OS=$(src/helpers/GuessOS)
-USER="$(src/helpers/buildinfo.sh -n %u@%h%d)"
-TAR="$(src/helpers/PrintPath tar)"
-GTAR="$(src/helpers/PrintPath gtar)"
-GZIP="$(src/helpers/PrintPath gzip)"
+APDIR=`pwd`
+APDIR=`basename $APDIR`
+VER=`echo $APDIR |sed s/apache-//`
+OS=`src/helpers/GuessOS`
+USER="`src/helpers/buildinfo.sh -n %u@%h%d`"
+TAR="`src/helpers/PrintPath tar`"
+GTAR="`src/helpers/PrintPath gtar`"
+GZIP="`src/helpers/PrintPath gzip`"
 CONFIGPARAM="--with-layout=BinaryDistribution --enable-module=most --enable-shared=max"
 
 if [ ! -f ./ABOUT_APACHE ]