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