author | Linus Torvalds <torvalds@linux-foundation.org> | |
Fri, 13 Apr 2007 21:34:18 +0000 (14:34 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 14 Apr 2007 10:39:36 +0000 (03:39 -0700) | ||
commit | 1fa9bf362acbe2c939c246684ab0fe59aec74ba8 | |
tree | 2217eae28d5525513104cfcab1bdb10eca758749 | tree | snapshot |
parent | befc9c42043d67c2ccf5a8a0b660aac8e84bbeee | commit | diff |
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 <junkio@cox.net>
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 <junkio@cox.net>
git-quiltimport.sh | diff | blob | history |