fixed .sh scripts in lang from previous commit
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<?php
|
||||
#!/bin/bash
|
||||
# $Id$
|
||||
#
|
||||
@@ -29,4 +28,3 @@ done
|
||||
echo " "
|
||||
echo "Message added to all message files (including english)"
|
||||
|
||||
?>
|
||||
|
@@ -1,4 +1,3 @@
|
||||
<?php
|
||||
#!/bin/bash
|
||||
# $Id$
|
||||
#
|
||||
@@ -29,4 +28,3 @@ done
|
||||
echo " "
|
||||
echo "Messages added to add message files (including english)"
|
||||
|
||||
?>
|
||||
|
@@ -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"
|
||||
|
||||
?>
|
||||
|
@@ -1,4 +1,3 @@
|
||||
<?php
|
||||
#!/bin/bash
|
||||
# $Id$
|
||||
#
|
||||
@@ -23,4 +22,3 @@ do
|
||||
done
|
||||
echo " "
|
||||
|
||||
?>
|
||||
|
@@ -1,4 +1,3 @@
|
||||
<?php
|
||||
#!/bin/sh
|
||||
# $Id$
|
||||
##
|
||||
@@ -78,4 +77,3 @@ do
|
||||
echo "-------------------------------------------------------------------"
|
||||
done;
|
||||
|
||||
?>
|
||||
|
@@ -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;
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user