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"
|
||||||
|
|
||||||
|
@ -92,4 +92,4 @@ version | --version | -v)
|
||||||
;;
|
;;
|
||||||
*) cmd_append_append "$@" ;;
|
*) cmd_append_append "$@" ;;
|
||||||
esac
|
esac
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user