mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 02:19:39 +02:00
error in handling option --overlay= fixed, typo fixed
This commit is contained in:
@@ -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/*=}
|
||||
;;
|
||||
-- )
|
||||
:
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user