2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-17 23:44:02 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Kurtis Rader
512506f0f9 don't print internal token in error message
Attempting to execute something like `exec "$test"` results in a fish internal
token (a Unicode private use char) being printed in the resulting error
message. That's obviously not desirable as well as confusing.

Fixes 
2016-07-10 20:02:39 -07:00