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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,3 @@
<?php
#!/bin/sh #!/bin/sh
# $Id$ # $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$' grep -c -- "${translationmatch}" ${destfilelist} | sort -t':' -n +1 | sed -e "s/${suffixtoremove}//g" | xargs -n1 | egrep -v ':0$'
fi; fi;
?>