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-compiler-and-rts
compiler
Commits
c0dbbbf7
Commit
c0dbbbf7
authored
Jun 25, 2019
by
johnvg@science.ru.nl
Browse files
remove use of environment variable CLEANPATH in the backend on windows
parent
8b30eeae
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/windows_io.c
View file @
c0dbbbf7
...
...
@@ -130,11 +130,7 @@ static Bool findfilepath (char *fname,FileKind kind,char *path)
char
*
s
,
*
path_elem
,
c
,
*
pathlist
,
*
ext
;
int
in_clean_system_files_folder
;
if
(
path_parameter
==
NULL
)
pathlist
=
getenv
(
"CLEANPATH"
);
else
pathlist
=
path_parameter
;
pathlist
=
path_parameter
;
if
(
pathlist
==
NULL
)
pathlist
=
"."
;
...
...
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