X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git-quiltimport.sh;h=d1efa1d7419c23b65af1dccf4b8a00ed0e94c79c;hb=28ed6e7b321bee3dd7e4aa9c0ff7da64844136f6;hp=7cd8f7134e696312d243d73acebb6ecfe07d1e13;hpb=1fbb58b4153e90eda08c2b022ee32d90729582e6;p=git.git diff --git a/git-quiltimport.sh b/git-quiltimport.sh index 7cd8f7134..d1efa1d74 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"