summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts/shellcheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-gluster-org/scripts/shellcheck.sh')
-rw-r--r--build-gluster-org/scripts/shellcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gluster-org/scripts/shellcheck.sh b/build-gluster-org/scripts/shellcheck.sh
index f5e2278..be24de5 100644
--- a/build-gluster-org/scripts/shellcheck.sh
+++ b/build-gluster-org/scripts/shellcheck.sh
@@ -1,7 +1,7 @@
#!/bin/bash
./autogen.sh
-./configure --disable-bd-xlator --enable-debug --enable-gnfs --silent
+./configure --enable-debug --enable-gnfs --silent
find . -path ./.git -prune -o -path ./tests -prune -o -exec file {} \; \
| grep "shell script" \