看板 FB_hackers 關於我們 聯絡資訊
Julian Elischer <julian@elischer.org> writes: > "A B C" is a single value tha thappens to contain spaces. > so, yes there is no splitting at that point. Unfortunately, I do not have a copy of the original Bourne shell, but bash in both bash and sh mode disagrees; zsh in both sh and ksh mode disagrees; pdksh disagrees; the original AT&T ksh disagrees; and I too disagree, since the expansion is not quoted. ${HOME+A B C} expands to A B C which should be split. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"