https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255144
--- Comment #2 from Helge Oldach <[email protected]> --- (In reply to Ceri Davies from comment #1) True. Should the manpage be corrected then? Maybe extend with an "alias -r" (raw) command that just prints the value without quoting? Basically the equivalent of: rawalias() { local _x; _x=$(alias $1) && echo $(eval echo -n ${_x#$1=}) } FWIW, our shell extends beyond POSIX, for example POSIX doesn't know Dollar-Single Quotes. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
