coar 97/08/27 07:17:38
Modified: . binbuild.sh Log: Fix missing tick in sed command. Submitted by: Lars Eilebrecht <[EMAIL PROTECTED]> Revision Changes Path 1.2 +2 -2 apache-devsite/binbuild.sh Index: binbuild.sh =================================================================== RCS file: /export/home/cvs/apache-devsite/binbuild.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- binbuild.sh 1997/08/23 04:42:25 1.1 +++ binbuild.sh 1997/08/27 14:17:37 1.2 @@ -14,7 +14,7 @@ #!/bin/sh # -# $Id: binbuild.sh,v 1.1 1997/08/23 04:42:25 dgaudet Exp $ +# $Id: binbuild.sh,v 1.2 1997/08/27 14:17:37 coar Exp $ # Marc Slemko ([EMAIL PROTECTED]) # # Script to make Apache binary releases. The below variables must be @@ -53,7 +53,7 @@ # system is the name of the system used to name both the binary and # the generated tarballs. GuessOS is not used because it gives # particularily nice names but because it is easy -system=`./$release/src/helpers/GuessOS | sed 's/\//_/g` || exit 1 +system=`./$release/src/helpers/GuessOS | sed 's/\//_/g'` || exit 1 cp $conf $dir/src/Configuration || exit 1 cd $dir/src || exit 1