patch-2.1.75 linux/scripts/Menuconfig
Next file: linux/scripts/tkcond.c
Previous file: linux/net/sunrpc/sched.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Dec 21 17:41:30 1997
- Orig file:
v2.1.74/linux/scripts/Menuconfig
- Orig date:
Wed Dec 10 11:12:46 1997
diff -u --recursive --new-file v2.1.74/linux/scripts/Menuconfig linux/scripts/Menuconfig
@@ -445,7 +445,7 @@
# Semantics of + and ? in GNU expr changed, so
# we avoid them:
- if expr "$answer" : '0$\|\(-[1-9]\|[1-9]\)[0-9]*$' >/dev/null
+ if expr "$answer" : '0$\|\(-[1-9]\|[0-9]\)[0-9]*$' >/dev/null
then
eval $2="$answer"
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov