Browse Source

Merge pull request #31867 from vieux/fix_bash_warning

fix bash error in release.sh
Sebastiaan van Stijn 8 năm trước cách đây
mục cha
commit
e49652c6f8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hack/release.sh

+ 1 - 1
hack/release.sh

@@ -303,7 +303,7 @@ release_index() {
 }
 
 main() {
-	[ "$SKIP_RELEASE_BUILD" -eq 1 ] || build_all
+	[ "$SKIP_RELEASE_BUILD" = '1' ] || build_all
 	setup_s3
 	release_binaries
 	release_index