X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git-quiltimport.sh;h=c9aecfd9132f2cb199add497d6c6ab2ebb79fdba;hb=93310a40eb022a0e36e7c618921931d8ffc31fd1;hp=e0649cd69838a24513cb6f3173fdff320aae7646;hpb=1b1dd23f2d6a707b7077cdf6bc6d4055bd0bfb7d;p=git.git diff --git a/git-quiltimport.sh b/git-quiltimport.sh index e0649cd69..c9aecfd91 100755 --- a/git-quiltimport.sh +++ b/git-quiltimport.sh @@ -53,7 +53,7 @@ if ! [ -d "$QUILT_PATCHES" ] ; then fi # Temporary directories -tmp_dir=.dotest +tmp_dir="$GIT_DIR"/rebase tmp_msg="$tmp_dir/msg" tmp_patch="$tmp_dir/patch" tmp_info="$tmp_dir/info"