Skip to content

Commit

Permalink
fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jan 21, 2013
1 parent 62d4529 commit 43feec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
@@ -1,6 +1,6 @@
#!/bin/sh -ex

endian=`ocamlfind query ocplib-endian.bigstring -format "-I %d %a" -predicates native,archive)`
endian=$(ocamlfind query ocplib-endian.bigstring -format "-I %d %a" -predicates native,archive)

test() {
echo $1
Expand Down

0 comments on commit 43feec1

Please sign in to comment.