tweak: delete % from list of characters, since it has some problems in bash
This commit is contained in:
parent
abc527cf88
commit
fbff12a8f2
|
@ -65,7 +65,7 @@ cmd_append_append() {
|
||||||
|
|
||||||
ARGS="$@"
|
ARGS="$@"
|
||||||
charstring1='"'
|
charstring1='"'
|
||||||
charstring2="\!#\$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_\`abcdefghijklmnopqrstuvwxyz{|}~"
|
charstring2="\!#\$&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_\`abcdefghijklmnopqrstuvwxyz{|}~"
|
||||||
|
|
||||||
characters="$charstring1$charstring2"
|
characters="$charstring1$charstring2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user