aboutsummaryrefslogtreecommitdiffstats
path: root/debug.csh
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:44 -0400
commit8a7e27e2bfc9dcaee4d7555e0f72de06c2cc4515 (patch)
treeec022a019bbe61199e587dda5bd615a2261786d8 /debug.csh
parent4df6ec3e4bd3a949d6cb4303ea7b5c17ab2fd437 (diff)
downloadinitscripts-8a7e27e2bfc9dcaee4d7555e0f72de06c2cc4515.tar
initscripts-8a7e27e2bfc9dcaee4d7555e0f72de06c2cc4515.tar.gz
initscripts-8a7e27e2bfc9dcaee4d7555e0f72de06c2cc4515.tar.bz2
initscripts-8a7e27e2bfc9dcaee4d7555e0f72de06c2cc4515.tar.xz
initscripts-8a7e27e2bfc9dcaee4d7555e0f72de06c2cc4515.zip
Fix character cases for latest tcsh.
Diffstat (limited to 'debug.csh')
-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