Fix shell substitution typo

Signed-off-by: Rocco Rutte <pdmef@gmx.net>
This commit is contained in:
Rocco Rutte
2007-10-22 08:28:41 +00:00
parent 82dccb0ea0
commit 258f03a9ba
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ SFX_MARKS="marks"
SFX_HEADS="heads"
SFX_STATE="state"
QUIET=""
PYTHON=${PYTHON:python}
PYTHON=${PYTHON:-python}
USAGE="[--quiet] [-r <repo>] [-m <max>] [-s] [-A <file>]"
LONG_USAGE="Import hg repository <repo> up to either tip or <max>

View File

@@ -10,7 +10,7 @@ SFX_MARKS="marks"
SFX_HEADS="heads"
SFX_STATE="state"
QUIET=""
PYTHON=${PYTHON:python}
PYTHON=${PYTHON:-python}
USAGE="[-r <repo>] -R <rev>"
LONG_USAGE="Print SHA1s of latest changes per branch up to <rev> useful