diff options
author | Bill Nottingham <notting@redhat.com> | 1999-11-22 20:44:41 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-11-22 20:44:41 +0000 |
commit | eca86f9373cb00e78e46f41da5f2ed6787efe4b1 (patch) | |
tree | e0345d2654d095aa5172e2ccae21554936459349 | |
parent | 25752719cc157fac25a30dfdc0931155464dac73 (diff) | |
download | initscripts-eca86f9373cb00e78e46f41da5f2ed6787efe4b1.tar initscripts-eca86f9373cb00e78e46f41da5f2ed6787efe4b1.tar.gz initscripts-eca86f9373cb00e78e46f41da5f2ed6787efe4b1.tar.bz2 initscripts-eca86f9373cb00e78e46f41da5f2ed6787efe4b1.tar.xz initscripts-eca86f9373cb00e78e46f41da5f2ed6787efe4b1.zip |
turn off executable bitr4-66
-rwxr-xr-x | lang.csh | 2 | ||||
-rwxr-xr-x | lang.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#!/bin/csh +# /etc/profile.d/lang.csh - set i18n stuff test -f /etc/sysconfig/i18n if ($status == 0) then @@ -1,4 +1,4 @@ -#!/bin/bash +# /etc/profile.d/lang.sh - set i18n stuff if [ -f /etc/sysconfig/i18n ]; then . /etc/sysconfig/i18n |