소스 검색

BZ1174620 - Show grep error of no such file when upper case provider..

* This patch just silences grep errors
Chris Alfonso 10 년 전
부모
커밋
a99c327f54
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cluster.sh

+ 1 - 1
cluster.sh

@@ -24,7 +24,7 @@ function usage {
         ${0} : [create|terminate|update|list] { ${UPPER_CASE_PROVIDER} environment tag}
 
         Supported environment tags:
-        $(grep 'SUPPORTED_ENVS.*=' ./lib/${PROVIDER}_command.rb)
+        $(grep --no-messages 'SUPPORTED_ENVS.*=' ./lib/${PROVIDER}_command.rb)
 EOT
 }
 # @formatter:on