Browse Source

flush any output before we run.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278150 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
3c1fd84dc2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/script/runant.py

+ 1
- 0
src/script/runant.py View File

@@ -95,6 +95,7 @@ cmdline = ('%s %s -classpath %s -Dant.home=%s %s ' + \

if debug:
print '\n%s\n\n' % (cmdline)
sys.stdout.flush()

# Run the biniou!
os.system(cmdline)

Loading…
Cancel
Save