Author: michael Date: Sun Jan 8 01:26:41 2012 New Revision: 1228763 URL: http://svn.apache.org/viewvc?rev=1228763&view=rev Log: Sets the default debugging port.
https://reviews.apache.org/r/3347/ Modified: incubator/wave/trunk/process-script-args.sh Modified: incubator/wave/trunk/process-script-args.sh URL: http://svn.apache.org/viewvc/incubator/wave/trunk/process-script-args.sh?rev=1228763&r1=1228762&r2=1228763&view=diff ============================================================================== --- incubator/wave/trunk/process-script-args.sh (original) +++ incubator/wave/trunk/process-script-args.sh Sun Jan 8 01:26:41 2012 @@ -8,7 +8,7 @@ ARGC=0 declare -a ARGV SUSPEND="n" DEBUG_MODE="off" -DEBUG_PORT="not set" +DEBUG_PORT="8000" while [ -n "$1" ]; do case $1 in --debug) DEBUG_MODE="on";;
