Skip to content
Snippets Groups Projects
Commit 9f3d105f authored by Johan Schön's avatar Johan Schön
Browse files

Fixed regexp bug

Rev: NT/tools/lib:1.7
parent 1e1fb67f
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,7 @@ if [ $NT_DEBUG = yes ]; then ...@@ -6,8 +6,7 @@ if [ $NT_DEBUG = yes ]; then
fi fi
fixpath() { fixpath() {
echo "$*" | sed -e "s@$NTMOUNT@@g echo "$*" | sed -e "s@$NTMOUNT@@g" -e "s@/@\\\\@g"
@/@\\@g"
} }
fixabspath() { fixabspath() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment