Checks for diffstat presence.
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user