X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=git-quiltimport.sh;h=cebaee1cc9dfc28d80173583b144a480be2f9bfd;hb=535bb89320ba949f0d64eda530ba5dec0ec6f188;hp=c9aecfd9132f2cb199add497d6c6ab2ebb79fdba;hpb=93310a40eb022a0e36e7c618921931d8ffc31fd1;p=git.git diff --git a/git-quiltimport.sh b/git-quiltimport.sh index c9aecfd91..cebaee1cc 100755 --- a/git-quiltimport.sh +++ b/git-quiltimport.sh @@ -53,7 +53,7 @@ if ! [ -d "$QUILT_PATCHES" ] ; then fi # Temporary directories -tmp_dir="$GIT_DIR"/rebase +tmp_dir="$GIT_DIR"/rebase-apply tmp_msg="$tmp_dir/msg" tmp_patch="$tmp_dir/patch" tmp_info="$tmp_dir/info"