summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-11-22 17:59:23 +0200
committerLars Wirzenius <liw@liw.fi>2014-11-22 17:59:23 +0200
commit295b718e69f06d0b4a4dc20d76a63e459d10f112 (patch)
tree95d61231ed9694d4effc77e0ed2527a59fec5c90 /check
parent25dcc4b2234ddb768b76a5f4bd928a4817022bb4 (diff)
downloadjt-tmp-295b718e69f06d0b4a4dc20d76a63e459d10f112.tar.gz
Refactor repetive code into shell library
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 97732a4..19b680a 100755
--- a/check
+++ b/check
@@ -20,4 +20,4 @@
set -eu
-yarn yarns/*.yarn "$@"
+yarn -s yarns/yarn.sh yarns/*.yarn "$@"