We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\b
1 parent f2a8d30 commit fcdcf13Copy full SHA for fcdcf13
tests/regression/56-witness/strip-ghost-alloc.sh
@@ -24,4 +24,4 @@ if [ -z "$var1" ] || [ -z "$var2" ]; then
24
fi
25
26
# Rename variables and print the modified file to stdout
27
-sed -e "s/\b$var1\b/ALLOC_VAR1_LOCKED/g" -e "s/\b$var2\b/ALLOC_VAR2_LOCKED/g" "$file"
+sed -e "s/$var1/ALLOC_VAR1_LOCKED/g" -e "s/$var2/ALLOC_VAR2_LOCKED/g" "$file"
0 commit comments