diff options
author | Bill Nottingham <notting@redhat.com> | 2000-04-19 15:26:42 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-04-19 15:26:42 +0000 |
commit | 89f09a71a2e0f84b43304f57e4d35ba9ca1c2484 (patch) | |
tree | 0621f9f406b60b8bf02e2443039b63d5dcffda09 /lang.csh | |
parent | 0618b19f2b5f40bebc72571b2f000b8c33c217e8 (diff) | |
download | initscripts-89f09a71a2e0f84b43304f57e4d35ba9ca1c2484.tar initscripts-89f09a71a2e0f84b43304f57e4d35ba9ca1c2484.tar.gz initscripts-89f09a71a2e0f84b43304f57e4d35ba9ca1c2484.tar.bz2 initscripts-89f09a71a2e0f84b43304f57e4d35ba9ca1c2484.tar.xz initscripts-89f09a71a2e0f84b43304f57e4d35ba9ca1c2484.zip |
use /bin/echo for consistent behavior
Diffstat (limited to 'lang.csh')
-rwxr-xr-x | lang.csh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ if ($sourced == 1) then if ( $?TERM ) then if ( "$TERM" == "linux" ) then if ( `consoletype` == "vt" ) then - echo -n -e '\033(K' > /proc/$$/fd/15 + /bin/echo -n -e '\033(K' > /proc/$$/fd/15 endif endif endif |