diff options
Diffstat (limited to 'init-sh/level5.sh')
-rwxr-xr-x | init-sh/level5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level5.sh b/init-sh/level5.sh index ea65199..454bbf8 100755 --- a/init-sh/level5.sh +++ b/init-sh/level5.sh @@ -5,7 +5,7 @@ # Writen by Vandoorselaere Yoann <yoann@mandrakesoft.com> # -if [ -f /etc/security/msec/init-sh/lib.sh ]; then +if [[ -f /etc/security/msec/init-sh/lib.sh ]]; then . /etc/security/msec/init-sh/lib.sh fi |