aboutsummaryrefslogtreecommitdiffstats
path: root/add-shell
diff options
context:
space:
mode:
Diffstat (limited to 'add-shell')
-rwxr-xr-xadd-shell4
1 files changed, 2 insertions, 2 deletions
diff --git a/add-shell b/add-shell
index 2949063..4f4788e 100755
--- a/add-shell
+++ b/add-shell
@@ -1,6 +1,6 @@
#!/bin/sh
#---------------------------------------------------------------
-# Project : Mandriva Linux
+# Project : Mageia Linux
# Module : rpm-helper
# File : add-shell
# Version : $Id$
@@ -23,7 +23,7 @@ CFG_FILE=/etc/shells
# Create $CFG_FILE if needed
if [ ! -f $CFG_FILE ]; then
- > $CFG_FILE
+ true > $CFG_FILE
fi
if ! grep -q "^$shl$" $CFG_FILE; then