... On Mon, Jan 10, 2011 at 10:54:10PM +0000, 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, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

