Newer
Older
dub_jkp / test / issue934-path-dep.sh
@Martin Nowak Martin Nowak on 4 Jul 2017 211 bytes replace all usages of `exit`
  1. #!/usr/bin/env bash
  2.  
  3. . $(dirname "${BASH_SOURCE[0]}")/common.sh
  4. cd ${CURR_DIR}/issue934-path-dep
  5. rm -rf main/.dub
  6. rm -rf a/.dub
  7. rm -rf b/.dub
  8. rm -f main/dub.selections.json
  9. cd main
  10. ${DUB} build --compiler=${DC}