From 45709c38567ba57101967f050d9e686d2e3d8fea Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 6 Nov 2013 15:58:39 +0100 Subject: ship deploy: reduce cruft --- ship/deploy | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'ship') diff --git a/ship/deploy b/ship/deploy index 0f3e5219..411f8eec 100755 --- a/ship/deploy +++ b/ship/deploy @@ -1,10 +1,9 @@ #!/bin/sh -set -x +set -xeuf cd $(dirname $0) -bindir=$PWD/bin/ -libdir=$PWD/lib/ -outdir=$PWD/out/ +bindir=$PWD/bin +libdir=$PWD/lib +outdir=$PWD/out for file in `ls -1 $bindir`;do - BUILD_PATH=$libdir ./build compile bin/$file out/$file - chmod 755 $outdir/$file + BUILD_PATH=$libdir ./build compile $bindir/$file $outdir/$file done -- cgit v1.2.3