Fix cleanup of directories.
authorlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Fri, 12 Jun 2009 11:23:30 +0000 (11:23 +0000)
committerlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Fri, 12 Jun 2009 11:23:30 +0000 (11:23 +0000)
git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@5267 559672b5-ba27-0410-b829-e8f1faed8b1b

deblob-main

index 961243d2f08f51a53ecaa8b6c745a924f0535ce3..143e81a8955e263f96e6831bc122d797d223f000 100755 (executable)
@@ -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