X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git-quiltimport.sh;h=cebaee1cc9dfc28d80173583b144a480be2f9bfd;hb=6e13921b4f7adcc7316a76c0c4955b85b1589a65;hp=c9aecfd9132f2cb199add497d6c6ab2ebb79fdba;hpb=1f8dc671557a7330eaee9c0296bfad669d26a1b8;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"