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 @@
8
8
fi
9
9
10
10
if ! which "$JUSTMESSAGES" 2> /dev/null 1>&2; then
11
- DIRNAME=$(dirname $0)
11
+ DIRNAME=`dirname $0`
12
12
if [ -z "$DIRNAME" ]; then
13
13
DIRNAME="."
14
14
fi
Status & tagging log
15:02, 16 December 2011
😂
(
talk
|
contribs
)
changed the
status
of r100815
[
removed:
new
added:
ok]