Improve comment and function regular expressions to reduce decision points.
[releases.git] / deblob-main
index 961243d2f08f51a53ecaa8b6c745a924f0535ce3..2d70577076cc8ad40ce77eb5a63fffe2efa1dec5 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
@@ -161,7 +161,7 @@ echo Uncompressing linux-$kver.tar.bz2 into linux-$kver.tar
 rm -rf linux-$kver linux-$kver.tar
 bunzip2 < linux-$kver.tar.bz2 > linux-$kver.tar
 
-echo Extracing linux-$kver.tar into linux-$kver
+echo Extracting linux-$kver.tar into linux-$kver
 tar -xf linux-$kver.tar
 rm -rf linux-$kver-$libre linux-$kver-$libre.tar