aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-14 00:02:30 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-14 00:02:30 +0100
commit8a5b911b15c02bd9bd5bd0d52abbdd095f1f5ae8 (patch)
tree215dc64826dfa5cfe9edf99b0ba44e86988005b2
parent5065cfd04211d69c039a542a3ba6611f76425bb7 (diff)
downloadsbotools2-8a5b911b15c02bd9bd5bd0d52abbdd095f1f5ae8.tar.xz
This seems a better incantation
-rwxr-xr-xt/travis.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/travis.sh b/t/travis.sh
index 8b79bac..5db4dbd 100755
--- a/t/travis.sh
+++ b/t/travis.sh
@@ -6,11 +6,11 @@ set -x
PERL=`which perl`
run() {
- sudo $PERL -I"SBO-Lib/lib" "$*"
+ sudo $PERL -I"SBO-Lib/lib" "$@"
}
-run(sboconfig -V 14.1)
-run(sbosnap fetch)
+run sboconfig -V 14.1
+run sbosnap fetch
echo "Not actually testing anything. Just verifying travis runs this."
exit 0