diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-19 15:52:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-19 15:52:32 -0400 |
commit | 0aa1e20e3d0dd5f07a7bdebd10a9ec1541c5f922 (patch) | |
tree | 07af09dc49396af96da994c1ee88f884f5af171f /standalone | |
parent | 989652b8eb433ab0242af2b01b79d5e8f9f4a212 (diff) |
correct out of date comment
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build-simple.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/standalone/windows/build-simple.sh b/standalone/windows/build-simple.sh index f62481f32..77cb146e7 100755 --- a/standalone/windows/build-simple.sh +++ b/standalone/windows/build-simple.sh @@ -1,7 +1,5 @@ #!/bin/sh # Script to build git-annex on windows. Run by build.bat -# Does not currently build the NSIS installer. See build.sh for how to do -# that. set -e set -x |