소스 검색

fix bash error in release.sh

Signed-off-by: Victor Vieux <victorvieux@gmail.com>
Victor Vieux 8 년 전
부모
커밋
9b7e89313e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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" -eq 1 ]] || build_all
 	setup_s3
 	release_binaries
 	release_index