Przeglądaj źródła

Merge pull request #31867 from vieux/fix_bash_warning

fix bash error in release.sh
Sebastiaan van Stijn 8 lat temu
rodzic
commit
e49652c6f8
1 zmienionych plików z 1 dodań i 1 usunięć
  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