diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-30 15:33:42 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-30 15:33:42 -0400 |
commit | a571d6b20d18ce2973ba69de384fc50579d5b0e5 (patch) | |
tree | ab921eb1e89ade710e944d013ee4a4ae6ecda3ba /standalone | |
parent | 0170ba556b042a250d52286c63e379a84e3ce2f9 (diff) |
typo
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index ef3d5d6f4..0e283a110 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -76,7 +76,7 @@ Build/BuildVersion > dist/build-version # (doesn't currently work well on autobuilder, reason unknown) PATH="$(pwd)/dist/build/git-annex/:$PATH" export PATH -mkdir -d c:/WINDOWS/Temp/git-annex-test/ +mkdir -p c:/WINDOWS/Temp/git-annex-test/ cd c:/WINDOWS/Temp/git-annex-test/ withcyg git-annex.exe test || true rm -rf .t |