]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
always set temp var
authorDavid MacKenzie <djm@djmnet.org>
Thu, 22 Sep 1994 20:53:11 +0000 (20:53 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Thu, 22 Sep 1994 20:53:11 +0000 (20:53 +0000)
autoconf.in
autoconf.sh
bin/autoconf.in

index 3ba96147e381fb03dd225130bfbe22bdc7b4dd50..5ae95c710a447c0fb7682424a406b016673f0c96 100644 (file)
@@ -91,8 +91,8 @@ esac
 
 trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15
 
+tmpin=/tmp/acin.$$ # Always set this, to avoid bogus errors from some rm's.
 if test z$infile = z-; then
-  tmpin=/tmp/acin.$$
   infile=$tmpin
   cat > $infile
 elif test ! -r "$infile"; then
index 3ba96147e381fb03dd225130bfbe22bdc7b4dd50..5ae95c710a447c0fb7682424a406b016673f0c96 100644 (file)
@@ -91,8 +91,8 @@ esac
 
 trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15
 
+tmpin=/tmp/acin.$$ # Always set this, to avoid bogus errors from some rm's.
 if test z$infile = z-; then
-  tmpin=/tmp/acin.$$
   infile=$tmpin
   cat > $infile
 elif test ! -r "$infile"; then
index 3ba96147e381fb03dd225130bfbe22bdc7b4dd50..5ae95c710a447c0fb7682424a406b016673f0c96 100644 (file)
@@ -91,8 +91,8 @@ esac
 
 trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15
 
+tmpin=/tmp/acin.$$ # Always set this, to avoid bogus errors from some rm's.
 if test z$infile = z-; then
-  tmpin=/tmp/acin.$$
   infile=$tmpin
   cat > $infile
 elif test ! -r "$infile"; then