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