Skip to content

Commit d6dc482

Browse files
pombredannejdaguil
authored andcommitted
Removed unused option for --init
1 parent 1223ddc commit d6dc482

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

configure

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ CONF_DEFAULT="etc/conf/dev"
1616

1717
CFG_CMD_LINE_ARGS="$@"
1818

19-
if [ "$1" == "--init" ]; then
20-
CFG_CMD_LINE_ARGS=$CONF_INIT
21-
fi
22-
2319
if [ "$1" == "" ]; then
2420
# default for dev conf if not argument is provided
2521
CFG_CMD_LINE_ARGS=$CONF_DEFAULT

configure.bat

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ if "%SCANCODE_CLI_ARGS%"==" " (
3434
goto configure
3535
)
3636

37-
if "%SCANCODE_CLI_ARGS%"==" --init" (
38-
set SCANCODE_CLI_ARGS="%CONF_INIT%"
39-
goto configure
40-
)
41-
4237
:configure
4338
if not exist "c:\python27\python.exe" (
4439
echo(

0 commit comments

Comments
 (0)