From: lxoliva Date: Fri, 12 Jun 2009 11:23:30 +0000 (+0000) Subject: Fix cleanup of directories. X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=5df496375d4dcb7673cfcd4b9c5215aeb69b79b0;p=releases.git Fix cleanup of directories. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@5267 559672b5-ba27-0410-b829-e8f1faed8b1b --- diff --git a/deblob-main b/deblob-main index 961243d2f08..143e81a8955 100755 --- a/deblob-main +++ b/deblob-main @@ -126,7 +126,7 @@ for d in \ echo $d already exists >&2 exit 1 fi - cleanup="$cleanup $f" + cleanup="$cleanup $d" done if test -f $dir/deblob-$kver; then