Skip to content

Commit bc24c72

Browse files
Use master as default install target in util/install (fix #398)
1 parent 9935808 commit bc24c72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -e
66

77
if [ -z ${BDM_INSTALL} ]; then
8-
export BDM_INSTALL=v1.04-patches
8+
export BDM_INSTALL=master
99
fi
1010
echo "BDM_INSTALL is set to: $BDM_INSTALL"
1111

0 commit comments

Comments
 (0)