We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4944f commit fca9a25Copy full SHA for fca9a25
1 file changed
toolchain/scripts/tool_kit.sh
@@ -743,7 +743,7 @@ remove_path() {
743
__path=${__path//:$__directory:/:}
744
__path=${__path#$__directory:}
745
__path=${__path%:$__directory}
746
- __path=$(echo "$__path" | sed "s:^$__directory\$::g")
+ __path=$(echo "$__path" | sed "s#^$__directory\$##g")
747
eval $__path_name=\"$__path\"
748
export $__path_name
749
}
0 commit comments