فهرست منبع

Fix bashism (?) in doc.sh that fails on Travis CI.

Simon Sapin 12 سال پیش
والد
کامیت
94c8757751
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      doc.sh

+ 1 - 1
doc.sh

@@ -1,3 +1,3 @@
 #!/bin/sh
 #!/bin/sh
-LIB=(target/liburl*)
+LIB=$(echo target/liburl*)
 rustdoc src/lib.rs -L target/deps -L target --extern url=$LIB "$@"
 rustdoc src/lib.rs -L target/deps -L target --extern url=$LIB "$@"