#!/bin/sh # Exit if failing to copy, we want exact specifications, not # just "what happen to be built". set -e # ---------------------------------------------------------------------- # Read first argument that is the base name of the resulting TAR file. # See usage() function below for a description on the arguments. # # NOTE: We will read the rest of the command line later on. # NOTE: Pattern matching with "{..,..}" can't be used, not portable. # ---------------------------------------------------------------------- # FIXME FIXME "debug", own build or handled here? # FIXME FIXME add way to copy from other builds executables usage() { echo <