aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2011-06-24 10:07:44 -0400
committerBill Nottingham <notting@redhat.com>2011-06-24 10:07:57 -0400
commit633a93661315869858d7bd3432fcd7e0c4d0d2ba (patch)
treed81b97f125616ddf03e97eb2b6b012154867d75a
parent879d7473ecd6975b060a63c34f0ec3cdec782070 (diff)
downloadinitscripts-633a93661315869858d7bd3432fcd7e0c4d0d2ba.tar
initscripts-633a93661315869858d7bd3432fcd7e0c4d0d2ba.tar.gz
initscripts-633a93661315869858d7bd3432fcd7e0c4d0d2ba.tar.bz2
initscripts-633a93661315869858d7bd3432fcd7e0c4d0d2ba.tar.xz
initscripts-633a93661315869858d7bd3432fcd7e0c4d0d2ba.zip
Fix character cases for latest tcsh.
-rw-r--r--debug.csh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.csh b/debug.csh
index bfd4735a..33b50acc 100644
--- a/debug.csh
+++ b/debug.csh
@@ -1,3 +1,3 @@
if ( -f /etc/sysconfig/debug ) then
- eval `grep -Ev '(^[:blank:]*#|\$RANDOM)' /etc/sysconfig/debug | sed 's|^export ||g' | sed 's|\([^=]*\)=\([^=]*\)|setenv \1 \2|g' | sed 's|$|;|'`
+ eval `grep -Ev '(^[[:blank:]]*#|\$RANDOM)' /etc/sysconfig/debug | sed 's|^export ||g' | sed 's|\([^=]*\)=\([^=]*\)|setenv \1 \2|g' | sed 's|$|;|'`
endif