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