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
- Lines: 13
- Date:
Wed Jun 3 15:17:50 1998
- Orig file:
v2.0.33/linux/scripts/Configure
- Orig date:
Sun Aug 3 15:38:39 1997
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