From: Ansgar Burchardt Date: Wed, 24 Oct 2012 21:34:05 +0000 (+0200) Subject: import_dataset.sh: use shell redirection instead of cat X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a48e18b7123f73fc618ded1332a199965821e515;hp=a48e18b7123f73fc618ded1332a199965821e515;p=dak.git import_dataset.sh: use shell redirection instead of cat This will give an error when ${INPUTFILE} does not exist instead of feeding an empty input to control-suite. ---