Browse Source

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

* This patch just silences grep errors
Chris Alfonso 10 years ago
parent
commit
a99c327f54
1 changed files with 1 additions and 1 deletions
  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