r97594 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97593‎ | r97594 | r97595 >
Date:04:37, 20 September 2011
Author:aaron
Status:ok
Tags:
Comment:
Added -n to echo command (no newline)
Modified paths:
  • /trunk/debs/wikimedia-task-appserver/scap-2 (modified) (history)

Diff [purge]

Index: trunk/debs/wikimedia-task-appserver/scap-2
@@ -20,7 +20,7 @@
2121 fi
2222
2323 for mwVerNum in ${mwVersionNums[@]}; do
24 - echo "MediaWiki $mwVerNum: Compiling texvc..."
 24+ echo -n "MediaWiki $mwVerNum: Compiling texvc..."
2525 builddir=`mktemp -dt texvc-build.XXXXXXXXXX`
2626 if [ -z "$builddir" ]; then
2727 echo "Unable to create temporary directory"

Follow-up revisions

RevisionCommit summaryAuthorDate
r97595MFT r97594aaron04:37, 20 September 2011

Status & tagging log