Artifact 4f613a17434e301a76e5bb16e7c172960a548a8f:
- Executable file tests/installall/tests/ffcall/download.sh — part of check-in [ed8e811a06] at 2013-07-24 05:52:55 on branch dev — Fixed typo in ffcall download (user: fdktest, size: 248) [annotate] [blame] [check-ins using] [more...]
#!/usr/bin/env bash # Run your step here source $PREFIX/buildsetup.sh if ! [[ -e ${DOWNLOADS}/ffcall.tar.gz ]] ; then (cd ${DOWNLOADS};wget http://www.kiatoa.com/matt/iup/ffcall.tar.gz ) fi tar xfvz ${DOWNLOADS}/ffcall.tar.gz ls -l ffcall