diff --git a/append.bash b/append.bash index 97109fc..5c458cb 100644 --- a/append.bash +++ b/append.bash @@ -65,7 +65,7 @@ cmd_append_append() { ARGS="$@" charstring1='"' - charstring2="\!#\$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_\`abcdefghijklmnopqrstuvwxyz{|}~" + charstring2="\!#\$&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_\`abcdefghijklmnopqrstuvwxyz{|}~" characters="$charstring1$charstring2" @@ -92,4 +92,4 @@ version | --version | -v) ;; *) cmd_append_append "$@" ;; esac -exit 0 \ No newline at end of file +exit 0