Skip to content
Snippets Groups Projects
Verified Commit 933a79e3 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: more precise code comments

parent 5c81cccb
No related branches found
No related tags found
1 merge request!8Fix bend_symlinks script for empty space
Pipeline #6068 passed
......@@ -37,7 +37,7 @@ function escape_simple_path () {
SPATH=$(echo "$SPATH" | sed -r "s/\(/\\\\(/g")
# {
SPATH=$(echo "$SPATH" | sed -r "s/\{/\\\\{/g")
# \s
# white space
SPATH=$(echo "$SPATH" | sed -r "s/ /\\ /g")
echo "$SPATH"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment