• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

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

development


Commit MetaInfo

修訂582fcd428db0a49e453c64c8233f9f82ae72e1fc (tree)
時間2009-08-27 02:10:57
作者Nate Karstens <webmaster@kars...>
CommiterJean-Baptiste Queru

Log Message

Updated to better distinguish between options and operands

Change Summary

差異

--- 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