Skip to content

Commit

Permalink
Host: Updated command line options (-userdir)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 9, 2012
1 parent 189a650 commit 180ab67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/host/doomsday-host
Expand Up @@ -223,7 +223,7 @@ class State:
args += sv.options + commonOptions

timestamp = '%s-' % todaysBuild() + time.strftime('%H%M%S')
args += ['-out', os.path.join(sv.runtime, 'doomsday-%s.out' % timestamp)]
args += ['-out', 'doomsday-%s.out' % timestamp]

# Join the -parse arguments.
i = args.index('-parse')
Expand Down

0 comments on commit 180ab67

Please sign in to comment.