author | Eric Wong <normalperson@yhbt.net> | |
Fri, 26 May 2006 02:06:18 +0000 (19:06 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 26 May 2006 06:53:31 +0000 (23:53 -0700) | ||
commit | 933e4f090dd39d44279f155f7a7347ff34964d2d | |
tree | fc157d3f7317229c59a20daec6792d89752be12d | tree | snapshot |
parent | 1010437d515a2740b7c0f3eeecf6af804062a9ff | commit | diff |
t6000lib: workaround a possible dash bug
pdksh doesn't need this patch, of course bash works fine since
that what most users use.
Normally, 'var=val command' seems to work fine with dash, but
perhaps there's something weird going on with "$@". dash is
pretty widespread, so it'll be good to support this even though
it does seem like a bug in dash.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
pdksh doesn't need this patch, of course bash works fine since
that what most users use.
Normally, 'var=val command' seems to work fine with dash, but
perhaps there's something weird going on with "$@". dash is
pretty widespread, so it'll be good to support this even though
it does seem like a bug in dash.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t6000lib.sh | diff | blob | history |