r100815 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100814‎ | r100815 | r100816 >
Date:14:54, 26 October 2011
Author:platonides
Status:ok
Tags:
Comment:
Solaris compatibility. Its sh doesn't support this POSIX feature.
Modified paths:
  • /trunk/tools/justMessages/update-msgs.sh (modified) (history)

Diff [purge]

Index: trunk/tools/justMessages/update-msgs.sh
@@ -7,7 +7,7 @@
88 fi
99
1010 if ! which "$JUSTMESSAGES" 2> /dev/null 1>&2; then
11 - DIRNAME=$(dirname $0)
 11+ DIRNAME=`dirname $0`
1212 if [ -z "$DIRNAME" ]; then
1313 DIRNAME="."
1414 fi

Status & tagging log