tweak: delete % from list of characters, since it has some problems in bash

master
NunoSempere 2 years ago
parent abc527cf88
commit fbff12a8f2

@ -65,7 +65,7 @@ cmd_append_append() {
ARGS="$@"
charstring1='"'
charstring2="\!#\$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_\`abcdefghijklmnopqrstuvwxyz{|}~"
charstring2="\!#\$&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_\`abcdefghijklmnopqrstuvwxyz{|}~"
characters="$charstring1$charstring2"

Loading…
Cancel
Save