Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
ba3c1b44
Commit
ba3c1b44
authored
Feb 27, 2013
by
Jurrien Stutterheim
Browse files
Remove TODO comment
parent
030cff62
Changes
1
Hide whitespace changes
Inline
Side-by-side
BatchBuild/BatchBuild.icl
View file @
ba3c1b44
...
...
@@ -37,7 +37,7 @@ Start world
#
commandline
=
getCommandLine
cl
=
intersperse
" "
(
tl
[
arg
\\
arg
<-:
commandline
])
argsrec
=
startPBB
(
concat
[
fromString
c
\\
c
<-
cl
])
#
(
pwd
,
world
)
=
accFiles
GetFullApplicationPath
world
// TODO: Do we replace this with cleanhome somewhere?
#
(
pwd
,
world
)
=
accFiles
GetFullApplicationPath
world
#
cleanhome
=
case
getStringArg
"cleanhome"
argsrec
.
args
of
(
Just
nm
)
->
nm
Nothing
->
case
getEnvironmentVariable
"CLEAN_HOME"
of
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment