Bad substitution
This commit is contained in:
parent
ac3b83fbc2
commit
4bb3fe5ac3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue