From 532b94557fac863ac3bdb97c9cdddec769de5b02 Mon Sep 17 00:00:00 2001 From: Grommish Date: Fri, 8 Apr 2022 03:22:57 -0400 Subject: [PATCH] Update build.sh Remove extraneous comment --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index 1656290..2eeee34 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,6 @@ DIR=`dirname "$0"` DIR=`exec 2>/dev/null;(cd -- "$DIR") && cd -- "$DIR"|| cd "$DIR"; unset PWD; /usr/bin/pwd || /bin/pwd || pwd` BW_VERSION=$(curl -sL https://go.btwrdn.co/bw-sh-versions | grep '^ *"'coreVersion'":' | awk -F\: '{ print $2 }' | sed -e 's/,$//' -e 's/^"//' -e 's/"$//') -#BW_VERSION="$(curl --silent https://raw.githubusercontent.com/bitwarden/self-host/master/bitwarden.sh | grep 'COREVERSION="' | sed 's/^[^"]*"//; s/".*//')" echo "Building BitBetter for BitWarden version $BW_VERSION"