From 56d6b135fa3e7145ac87ffffd9ce656ee0b905b1 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Tue, 30 Apr 2019 09:34:39 +0530 Subject: scripts: remove deprecated bd-xlator option Change-Id: Ic7756d3b03539a9e36c8995c00705d635618c87d Signed-off-by: Amar Tumballi --- build-gluster-org/scripts/shellcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-gluster-org/scripts/shellcheck.sh') 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" \ -- cgit