Fixing typing error, thanks to Peter Skogström <peter.skogstrom@bitrunner.com>.

This commit is contained in:
Daniel Baumann 2007-10-18 22:17:04 +02:00
parent b1d10e6a28
commit 4ff18b78b6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Arguments ()
shift shift
;; ;;
-c|-conffile) -c|--conffile)
LH_CONFFILE="${2}" LH_CONFFILE="${2}"
shift 2 shift 2
;; ;;