[dunecontrol] Error message for invalid path in DUNE_CONTROL_PATH
1 unresolved thread
Proposal to fix #242 (closed)
Edited by Christoph Grüninger
Merge request reports
Activity
- Resolved by Christoph Grüninger
added 1 commit
- 0b428a98 - [dunecontrol] Error message for invalid path in DUNE_CONTROL_PATH
232 232 local TMP="" 233 233 # foreach dir in $@ 234 234 while read dir; do 235 if ! test -d "$dir"; then this does only work for directories. You should use
test -e
or explicitly distinguish files and directories.Edited by Christian Engwerchanged this line in version 3 of the diff
added 1 commit
- 45cde702 - [dunecontrol] Error message for invalid path in DUNE_CONTROL_PATH
enabled an automatic merge when the pipeline for 45cde702 succeeds
mentioned in commit df7c56f6
Please register or sign in to reply