patch-2.0.34 linux/scripts/Configure

Next file: linux/scripts/Makefile
Previous file: linux/net/unix/af_unix.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.33/linux/scripts/Configure linux/scripts/Configure
@@ -458,9 +458,9 @@
   echo "# Using defaults found in" $DEFAULTS
   echo "#"
   . $DEFAULTS
-  sed -e 's/# \(.*\) is not.*/\1=n/' < $DEFAULTS > /tmp/conf.$$
-  . /tmp/conf.$$
-  rm /tmp/conf.$$
+  sed -e 's/# \(.*\) is not.*/\1=n/' < $DEFAULTS > .tmp.conf.$$
+  . .tmp.conf.$$
+  rm .tmp.conf.$$
 else
   echo "#"
   echo "# No defaults found"

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov