From d48a2cb9d6dfeefc0bb251e63087cd12c4dccf9e Mon Sep 17 00:00:00 2001 From: kalebskeithley Date: Wed, 29 Aug 2018 17:07:25 -0400 Subject: [PATCH] Update build.sh whatever cleans the workspace where the tree is cloned apparently just does `rm -rf *` which does not delete .foo, and in particular the .python-shebangs file from previous build in this workspace --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 139b604..cde9007 100755 --- a/build.sh +++ b/build.sh @@ -28,6 +28,7 @@ esac if type rpm >/dev/null 2>&1; then rpm -qa | grep glusterfs | xargs --no-run-if-empty rpm -e fi +rm -f .python-shebangs ./autogen.sh; P=/build; rm -rf $P/scratch;