Skip to content

Commit

Permalink
Restore space at end of line #1219
Browse files Browse the repository at this point in the history
Also add comment to remind not to remove this.

Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne committed Oct 22, 2018
1 parent d5dec88 commit 3be6be8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion configure.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ set CONF_DEFAULT="etc/conf/dev"
@rem #################################

set SCANCODE_ROOT_DIR=%~dp0
set SCANCODE_CLI_ARGS=
@rem !!!!!!!!!!! ATTENTION !!!!!
@rem there is a space at the end of the set SCANCODE_CLI_ARGS= line ...
@rem NEVER remove this!
@rem otherwise, this script and scancode do not work.
set SCANCODE_CLI_ARGS=
@rem Collect/Slurp all command line arguments in a variable
:collectarg
if ""%1""=="""" (
Expand Down

0 comments on commit 3be6be8

Please sign in to comment.