We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1223ddc commit d6dc482Copy full SHA for d6dc482
configure
@@ -16,10 +16,6 @@ CONF_DEFAULT="etc/conf/dev"
16
17
CFG_CMD_LINE_ARGS="$@"
18
19
-if [ "$1" == "--init" ]; then
20
- CFG_CMD_LINE_ARGS=$CONF_INIT
21
-fi
22
-
23
if [ "$1" == "" ]; then
24
# default for dev conf if not argument is provided
25
CFG_CMD_LINE_ARGS=$CONF_DEFAULT
configure.bat
@@ -34,11 +34,6 @@ if "%SCANCODE_CLI_ARGS%"==" " (
34
goto configure
35
)
36
37
-if "%SCANCODE_CLI_ARGS%"==" --init" (
38
- set SCANCODE_CLI_ARGS="%CONF_INIT%"
39
- goto configure
40
-)
41
42
:configure
43
if not exist "c:\python27\python.exe" (
44
echo(
0 commit comments