diff options
-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 |