• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

development


コミットメタ情報

リビジョン582fcd428db0a49e453c64c8233f9f82ae72e1fc (tree)
日時2009-08-27 02:10:57
作者Nate Karstens <webmaster@kars...>
コミッターJean-Baptiste Queru

ログメッセージ

Updated to better distinguish between options and operands

変更サマリ

差分

--- a/tools/traceview/etc/traceview
+++ b/tools/traceview/etc/traceview
@@ -85,7 +85,7 @@ else
8585 fi
8686
8787 while expr "x$1" : 'x-J' >/dev/null; do
88- opt=`expr "$1" : '-J\(.*\)'`
88+ opt=`expr "x$1" : 'x-J\(.*\)'`
8989 javaOpts="${javaOpts} -${opt}"
9090 shift
9191 done