...
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
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
2 matches
Mail list logo