Mercurial > hg > aboriginal
view more/test.sh @ 1391:42ec661e3916
Fix BINARY_PACKAGE_TARBALLS generation: some packages produce no output (zlib used to build dropbear for example), and thus check for an empty list before trying to make a tarball.
author | Rob Landley <rob@landley.net> |
---|---|
date | Fri, 17 Jun 2011 13:00:17 -0500 |
parents | 3e7bf55b1bfb |
children | b74d36876c0a |
line wrap: on
line source
#!/bin/bash # Run a command with sources/include.sh and an architecture loaded if [ $# -eq 0 ] then echo "Usage: [STAGE_NAME=...] more/test.sh ARCH COMMAND..." >&2 exit 1 fi . sources/include.sh || exit 1 read_arch_dir "$1" shift eval "$@"