summaryrefslogtreecommitdiff
path: root/functions/arguments.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-10-18 22:17:04 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:27 +0100
commit3aae363e08df4eb50defa3cbdcaad31b67461ae6 (patch)
tree49924c2e71306fca182246fa6d61c63f20892cf1 /functions/arguments.sh
parentf7f1d3befae331a8d60cd37631b925e6b8185292 (diff)
downloadlive-build-3aae363e08df4eb50defa3cbdcaad31b67461ae6.zip
live-build-3aae363e08df4eb50defa3cbdcaad31b67461ae6.tar.gz
Fixing typing error, thanks to Peter Skogström <peter.skogstrom@bitrunner.com>.
Diffstat (limited to 'functions/arguments.sh')
-rwxr-xr-xfunctions/arguments.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/arguments.sh b/functions/arguments.sh
index 7873353..a5ee8dd 100755
--- a/functions/arguments.sh
+++ b/functions/arguments.sh
@@ -29,7 +29,7 @@ Arguments ()
shift
;;
- -c|-conffile)
+ -c|--conffile)
LH_CONFFILE="${2}"
shift 2
;;