From 5df496375d4dcb7673cfcd4b9c5215aeb69b79b0 Mon Sep 17 00:00:00 2001 From: lxoliva Date: Fri, 12 Jun 2009 11:23:30 +0000 Subject: [PATCH] Fix cleanup of directories. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@5267 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-main | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.31.1