Skip to content

Commit

Permalink
Updated error messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Oct 25, 2011
1 parent 2cba8b0 commit 1a0f1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge-install.bsh
@@ -1,6 +1,6 @@
#!/bin/bash

: ${1:?"Must specify distribution zipfile to install, e.g: 'forge-install target/forge-distribution-1.0.0-SNAPSHOT.zip"}
: ${1:?"Must specify distribution ZIP file to install. Ex: 'forge-install target/forge-distribution-1.0.0-SNAPSHOT.zip"}
: ${FORGE_HOME:?"FORGE_HOME must be set."}

TARGET=$1
Expand Down

0 comments on commit 1a0f1e5

Please sign in to comment.