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
projet
VPLPP
Commits
fdf11a07
Commit
fdf11a07
authored
Jun 23, 2020
by
Guillaume Huard
Browse files
Small fix (wrong files looked by local.sh
parent
f8a3cab4
Changes
1
Hide whitespace changes
Inline
Side-by-side
local.sh
View file @
fdf11a07
...
...
@@ -24,7 +24,7 @@ then
then
rm
-fr
local_run
fi
export
VPL_SUBFILES
=
$(
ls
cf rf hf 2>/dev/null |
sort
|
uniq
)
export
VPL_SUBFILES
=
$(
ls
cf rf hf 2>/dev/null |
grep
-v
'^[chr]f:$'
|
sort
|
uniq
)
export
VPL_GRADEMIN
=
${
VPL_GRADEMIN
-0.0
}
export
VPL_GRADEMAX
=
${
VPL_GRADEMAX
-100.0
}
local_files
=
$(
echo
rf/
*
cf/
*
hf/
*
ef/
*
)
...
...
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