Skip to content
Snippets Groups Projects
Commit 4bb3fe5a authored by Bob Mottram's avatar Bob Mottram
Browse files

Bad substitution

parent ac3b83fb
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ function install_interactive_postactiv {
# remove any invalid characters
if [ ${#POSTACTIV_TITLE} -gt 0 ]; then
new_title=${"$POSTACTIV_TITLE"//\'//}
new_title=${"$POSTACTIV_TITLE"//\'/}
POSTACTIV_TITLE="$new_title"
fi
......
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