There was an error while loading. Please reload this page.
1 parent f36e488 commit 3462909Copy full SHA for 3462909
git-diffall
@@ -46,7 +46,7 @@ cd "$cdup" || {
46
# mktemp is not available on all platforms (missing from msysgit)
47
# Use a hard-coded tmp dir if it is not available
48
tmp="$(mktemp -d -t tmp.XXXXXX 2>/dev/null)" || {
49
-tmp=/git-diffall-tmp.$$
+tmp=/tmp/git-diffall-tmp.$$
50
mkdir "$tmp" || exit 1
51
}
52
0 commit comments