소스 검색

Fix typo.

Signed-off-by: Avi Miller <avi.miller@oracle.com>
Avi Miller 10 년 전
부모
커밋
59e48b3468
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hack/install.sh

+ 1 - 1
hack/install.sh

@@ -140,7 +140,7 @@ do_install() {
 	fi
 	if [ -z "$lsb_dist" ] && [ -r /etc/fedora-release ]; then
 		lsb_dist='fedora'
-		dist_version="$(rpm -q --whatprovides redhat-release --queryformat "%{VERSION\n")"
+		dist_version="$(rpm -q --whatprovides redhat-release --queryformat "%{VERSION}\n")"
 	fi
 	if [ -z "$lsb_dist" ]; then
 		if [ -r /etc/centos-release ] || [ -r /etc/redhat-release ]; then