Skip to content

Instantly share code, notes, and snippets.

@johnfn
Last active December 15, 2015 08:49
Show Gist options
  • Save johnfn/5233925 to your computer and use it in GitHub Desktop.
Save johnfn/5233925 to your computer and use it in GitHub Desktop.
discrepancy between Popen and shell
haxe -cp /Users/grantm/code/punktest/src/ -cp /Users/grantm/code/punktest/fp/src/ -lib nmedev --remap flash:nme -cpp /Users/grantm/code/punktest/Main -D st_display --display /Users/grantm/code/punktest/src/Main.hx@262 --no-output
VS
Popen(['haxe', '-cp', '/Users/grantm/code/punktest/src/', '-cp', '/Users/grantm/code/punktest/fp/src/', '-lib', 'nmedev', '--remap', 'flash:nme', '-cpp', '/Users/grantm/code/punktest/Main', '-D', 'st_display', '--display', '/Users/grantm/code/punktest/src/Main.hx@262', '--no-output', ''], stdout=PIPE, stderr=PIPE).communicate()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment