linux_usbfs: Gracefully handle buggy devices with a configuration 0
[platform/upstream/libusb.git] / autogen.sh
index 24f39ee..62d68e5 100755 (executable)
@@ -3,6 +3,6 @@
 set -e
 
 ./bootstrap.sh
-if test -z "$NOCONFIGURE"; then
+if [ -z "$NOCONFIGURE" ]; then
     exec ./configure --enable-examples-build --enable-tests-build "$@"
 fi