From: Linus Torvalds Date: Fri, 13 Apr 2007 21:34:18 +0000 (-0700) Subject: git-quiltimport complaining yet still working X-Git-Tag: v1.5.1.2~34 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1fa9bf362acbe2c939c246684ab0fe59aec74ba8?ds=sidebyside;hp=1fa9bf362acbe2c939c246684ab0fe59aec74ba8 git-quiltimport complaining yet still working There were two bugs: "stop_here" doesn't exist, but the bug that causes this code to trigger in the *first* place is the wrong use of "$dotest". It should be ".dotest" This is essentially the same bug introduced by 87ab7992, one was fixed with 0d38ab25 but this was somehow left behind. Signed-off-by: Junio C Hamano ---