Skip to content

Commit 9dd9a54

Browse files
committed
Remove bisonw-tray from showvers.sh
1 parent 5cefb84 commit 9dd9a54

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

showvers.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
33
set -e
44

55
TUPLE=$(go version | perl -lane 'print $F[-1] =~ s,/,-,r')
6-
OS=$(echo $TUPLE | cut -f1 -d-)
76

8-
for APP in dcrd dcrctl dcrwallet bisonw bisonw-tray bwctl dcrlncli dcrlnd politeiavoter; do
9-
if [ "$OS" != "windows" ] && [ "$APP" == "bisonw-tray" ]; then
10-
continue
11-
fi
7+
for APP in dcrd dcrctl dcrwallet bisonw bwctl dcrlncli dcrlnd politeiavoter; do
128
APP="./bin/${TUPLE}/${APP}"
139
[ -x "${APP}" ] && "${APP}" --version || echo "WARNING: ${APP} is not built"
1410
done

0 commit comments

Comments
 (0)