Windows fixes for scripts
authorScott D Phillips <scott.d.phillips@intel.com>
Mon, 17 Oct 2016 14:42:07 +0000 (07:42 -0700)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Thu, 20 Oct 2016 11:55:06 +0000 (08:55 -0300)
commit1f4380ac0a0cebef7e790cf50411e2ffc36dcd3a
tree10d242aaade5cf27bd49b5657ecfd9fc02ee4d9b
parent3b8dc3b4d2660c9fef22af8a86cc27522cb6e4d2
Windows fixes for scripts

subprocess.call runs programs directly when shell=False and can't
take advantage of the association that makes python scripts
executable in shells, so explicitly add the interpreter to the
args for call.

Run the windows command prompt by default in gst-uninstalled.
configure
gst-uninstalled.py