aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-02-06 06:35:29 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-02-06 06:35:29 +0100
commita677208073b4fc6e443e311caf2a8c51e20f5f98 (patch)
tree9461d020457d24a19364d20c9ace04c232c5008e /tools/run_tests
parentbb439efb9db0aa83444f2f8f65fc069a175db9e3 (diff)
Typo.
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/build_artifact_ruby.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/build_artifact_ruby.sh b/tools/run_tests/build_artifact_ruby.sh
index f7504a9614..7709fe12b1 100755
--- a/tools/run_tests/build_artifact_ruby.sh
+++ b/tools/run_tests/build_artifact_ruby.sh
@@ -62,7 +62,7 @@ set -ex
rake gem:native
if [ "$SYSTEM" == "Darwin" ] ; then
- rm pkg/`ls pkg/*.gem | grep -v darwin`
+ rm `ls pkg/*.gem | grep -v darwin`
fi
mkdir -p artifacts