Skip to content

Commit

Permalink
Balance quotes to workaround buggy syntax highlighter (e.g. GitHub's)
Browse files Browse the repository at this point in the history
  • Loading branch information
Explorer09 committed Apr 29, 2017
1 parent bc8c8cb commit 99c5247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions usb_vaccine.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ IF "!arg1!"=="" GOTO main_sanity_test
SHIFT /1
)
SET opt_move_subdir=!opt_move_subdir:^"=!
REM ^"
SET opt_move_subdir=!opt_move_subdir:/=\!
)
REM %%0 is needed by restart routine. Don't touch.
Expand Down
1 change: 1 addition & 0 deletions usb_vaccine_zh-TW.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ IF "!arg1!"=="" GOTO main_sanity_test
SHIFT /1
)
SET opt_move_subdir=!opt_move_subdir:^"=!
REM ^"
SET opt_move_subdir=!opt_move_subdir:/=\!
)
REM %%0 is needed by restart routine. Don't touch.
Expand Down

0 comments on commit 99c5247

Please sign in to comment.