Skip to content

Commit

Permalink
remove extra 'ERROR:' prefix and rephrase message
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Dec 11, 2014
1 parent 94a2389 commit 93ab43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ status "Installing dependencies..."
# check if we should use a composer.phar version bundled with the project
if [[ -f "composer.phar" ]]; then
[[ -x "composer.phar" ]] || error "composer.phar in root directory is not executable; 'chmod a+x' it!"
$engine_r 'new Phar("composer.phar");' &> /dev/null || error "ERROR: Found composer.phar in root directory, but it appears corrupted!"
$engine_r 'new Phar("composer.phar");' &> /dev/null || error "File '/composer.phar' is not a valid PHAR archive!"
composer() {
$engine composer.phar "$@"
}
Expand Down

0 comments on commit 93ab43f

Please sign in to comment.