include /bin/sh in standalone builds

oberon:MacOS joeyh$ ./runshell
dyld: Symbol not found: _environ
  Referenced from: /bin/sh
  Expected in: /Volumes/git-annex/git-annex.app/Contents/MacOS/usr/lib/libSystem.B.dylib
 in /bin/sh
This commit is contained in:
Joey Hess 2012-12-07 14:43:48 -04:00
parent 0986a21ce0
commit 48b17bd8ec

View file

@ -144,7 +144,7 @@ hackage: sdist
@cabal upload dist/*.tar.gz @cabal upload dist/*.tar.gz
THIRDPARTY_BINS=git curl lsof xargs rsync uuid wget gpg \ THIRDPARTY_BINS=git curl lsof xargs rsync uuid wget gpg \
sha1sum sha224sum sha256sum sha384sum sha512sum cp ssh sha1sum sha224sum sha256sum sha384sum sha512sum cp ssh sh
LINUXSTANDALONE_DEST=$(GIT_ANNEX_TMP_BUILD_DIR)/git-annex.linux LINUXSTANDALONE_DEST=$(GIT_ANNEX_TMP_BUILD_DIR)/git-annex.linux
linuxstandalone: linuxstandalone: