| Index: tools/create_snapshot_file.py
|
| ===================================================================
|
| --- tools/create_snapshot_file.py (revision 868)
|
| +++ tools/create_snapshot_file.py (working copy)
|
| @@ -93,7 +93,7 @@
|
| command = [ options.executable, snapshot_argument ]
|
| else:
|
| scripts = string.split(options.scripts)
|
| - command = [ options.executable, snapshot_argument, "--" ] + scripts + [ "--" ]
|
| + command = [ options.executable, snapshot_argument ] + scripts
|
| if options.verbose:
|
| print ' '.join(command)
|
| subprocess.call(command)
|
|
|