Bug#609607: one last addition

2011-01-11 Thread Osamu Aoki
... On Mon, Jan 10, 2011 at 10:54:10PM +, Christoph Anton Mitterer wrote: > Oh and perhaps change: > if ! [ -d $d/debian/patches ]; then mkdir $d/debian/patches; fi > to > if [ ! -d "$d/debian/patches" ]; then mkdir "$d/debian/patches"; > fi Sure. -- To UNSUBSCRIBE, em

Bug#609607: one last addition

2011-01-10 Thread Christoph Anton Mitterer
Oh and perhaps change: if ! [ -d $d/debian/patches ]; then mkdir $d/debian/patches; fi to if [ ! -d "$d/debian/patches" ]; then mkdir "$d/debian/patches"; fi :) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Cont