to reproduce:
1. cd scripts/
2. ./drupal.sh

expected result:
A message like "Try `./drupal.sh --help' for more information."

current result:
ERROR: index.php not found.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Wesley Tanaka’s picture

Priority: Normal » Minor
microkernel’s picture

Status: Active » Needs review
FileSize
897 bytes

With this patch applied the script shows the message "Try './drupal.sh --help' for more information." if no arguments are given or an error occurs while verbose mode is activated.

ChrisKennedy’s picture

Why not just output the help message by default?

RobLoach’s picture

Version: 6.0 » 7.x-dev
Category: bug » feature
FileSize
541 bytes

This might do it....

Dries’s picture

Status: Needs review » Fixed

I've committed this to CVS HEAD. Thanks folks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.