error in handling option --overlay= fixed, typo fixed

This commit is contained in:
2020-04-14 17:46:56 +02:00
parent fd096814ee
commit 818240cb6a
+3 -2
View File
@@ -119,7 +119,7 @@ MISCELLANEOUS OPTIONS:
remove all files created during building.
--distdir
Directory wwhere to store and lookup downloaded files.
Directory where to store and lookup downloaded files.
--tmpdir
Directory used for building a module.
@@ -255,7 +255,8 @@ parse_args() {
overlay=$2
;;
--overlay=* )
overlay=${1*=}
overlay=${1/*=}
;;
-- )
:
;;