Bad substitution

This commit is contained in:
Bob Mottram 2018-03-06 16:07:16 +00:00
parent ac3b83fbc2
commit 4bb3fe5ac3
1 changed files with 1 additions and 1 deletions

View File

@ -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