]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- fix shell syntax
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 29 Sep 2006 21:47:32 +0000 (21:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-security_check_forensic_tempfiles.patch -> 1.2

apache1-security_check_forensic_tempfiles.patch

index 0d971fd2082e88497cc70190e8500d35b1904892..1eb930fa0bc0f9f43af6f3f6c04c736b366f3457 100644 (file)
@@ -7,7 +7,7 @@ diff -ur build-tree-apache.orig/apache_1.3.34/src/helpers/fmn.sh build-tree-apac
  #   the part from the Configure script
 -tmpfile=${TMPDIR-/tmp}/fmn.tmp.$$
 -rm -f $tmpfile
-+tmpfile=`mktemp -t fmn.XXXXXX || tempfile --prefix=fmn` || {echo "$0: Cannot create temporary file" >&2; exit 1; }
++tmpfile=`mktemp -t fmn.XXXXXX || tempfile --prefix=fmn` || { echo "$0: Cannot create temporary file" >&2; exit 1; }
 +trap "rm -f -- \"$tmpfile\";" 0 1 2 3 13 15
  modname=''
  ext=`echo $modfile | sed 's/^.*\.//'`
This page took 0.056219 seconds and 4 git commands to generate.