Checks for diffstat presence.

This commit is contained in:
Michal Čihař
2004-06-29 08:20:47 +00:00
parent f35c41bcb9
commit 68226dd2a5
2 changed files with 9 additions and 0 deletions

View File

@@ -5,10 +5,14 @@ phpMyAdmin - Changelog
$Id$
$Source$
2004-06-29 Michal Čihař <michal@cihar.com>
* lang/check_lang.sh: Checks for diffstat presence.
2004-06-28 Marc Delisle <lem9@users.sourceforge.net>
* lang/slovak: Updated, thanks to Lubos Klokner (erkac)
### 2.6.0-beta2 released
2004-06-27 Michal Čihař <michal@cihar.com>
* lang/*: Make all export choices look simmilar ('drop table' -> DROP
TABLE), removed unused strings (there vere MANY!), fixed some czech

View File

@@ -14,6 +14,11 @@ FILEPAT="*.inc.php"
STRINGMATCH='^[[:space:]]*\$[[:alnum:]_]+[[:blank:]]+='
IGNOREMATCH='strEncto|strKanjiEncodConvert|strXkana|allow_recoding'
if [ "`which diffstat`" = "" ] ; then
echo 'You need diffstat to use this!'
exit 1
fi
rm -rf $TMPDIR
mkdir -p $TMPDIR