fixed .sh scripts in lang from previous commit

This commit is contained in:
Tomas Srnka
2009-11-26 00:17:07 +00:00
parent 53e18f0889
commit 3120c65900
6 changed files with 0 additions and 12 deletions

View File

@@ -1,4 +1,3 @@
<?php
#!/bin/bash
# $Id$
#
@@ -29,4 +28,3 @@ done
echo " "
echo "Message added to all message files (including english)"
?>

View File

@@ -1,4 +1,3 @@
<?php
#!/bin/bash
# $Id$
#
@@ -29,4 +28,3 @@ done
echo " "
echo "Messages added to add message files (including english)"
?>

View File

@@ -1,4 +1,3 @@
<?php
#!/bin/sh
# $Id$
##
@@ -61,4 +60,3 @@ echo "Miss = Missing Variables"
echo "For exact problem listings, look in the $TMPDIR/ directory"
echo "Please remember to remove '$TMPDIR/' once you are done"
?>

View File

@@ -1,4 +1,3 @@
<?php
#!/bin/bash
# $Id$
#
@@ -23,4 +22,3 @@ do
done
echo " "
?>

View File

@@ -1,4 +1,3 @@
<?php
#!/bin/sh
# $Id$
##
@@ -78,4 +77,3 @@ do
echo "-------------------------------------------------------------------"
done;
?>

View File

@@ -1,4 +1,3 @@
<?php
#!/bin/sh
# $Id$
##
@@ -30,4 +29,3 @@ if [ ! -z "${destfilelist}" ]; then
grep -c -- "${translationmatch}" ${destfilelist} | sort -t':' -n +1 | sed -e "s/${suffixtoremove}//g" | xargs -n1 | egrep -v ':0$'
fi;
?>