Skip to content

Commit

Permalink
Quick-fixed the case of the `-d' command line option, as used by
Browse files Browse the repository at this point in the history
WebSubmit.  (It wasn't working as of v0.7.0 included!)
  • Loading branch information
tiborsimko committed May 4, 2005
1 parent dc8df64 commit 4aa7f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/bibconvert/bin/bibconvert.in
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ for opt, opt_value in opts:
source_data = opt_value
source_data = source_data + "/"
extract_tpl = "/"
extract_tpl_parsed = None # FIXME: option -d shouldn't require -Cx
dirmode = 1

elif opt in ["-h", "--help"]:
Expand Down
1 change: 1 addition & 0 deletions modules/bibconvert/bin/bibconvert.wml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ for opt, opt_value in opts:
source_data = opt_value
source_data = source_data + "/"
extract_tpl = "/"
extract_tpl_parsed = None # FIXME: option -d shouldn't require -Cx
dirmode = 1

elif opt in ["-h", "--help"]:
Expand Down

0 comments on commit 4aa7f5a

Please sign in to comment.