]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: clean out when generating patches
authorSage Weil <sage@newdream.net>
Mon, 27 Oct 2008 18:31:38 +0000 (11:31 -0700)
committerSage Weil <sage@newdream.net>
Mon, 27 Oct 2008 19:19:12 +0000 (12:19 -0700)
src/kernel/import_patch_set_into_linux_git.sh

index 04b8d722ce1301e000bd65a4df8f080aacf51c9a..cd0cc1257eb9879b225b4a8b18e2dfc54c029448 100755 (executable)
@@ -266,6 +266,6 @@ EOF
 
 # build the patch files
 mkdir out
-rm out/
+rm out/*
 git-format-patch -o out -n series_start..HEAD
 git diff --stat series_start > out/diffstat
\ No newline at end of file