Skip to content

Commit e07d068

Browse files
committed
[clean] : Summarize internal settings
1 parent 45c8340 commit e07d068

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

build.sh

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,12 @@ set -Eeu
1717
# Do not change these values.
1818
script_path="$( cd -P "$( dirname "$(readlink -f "${0}")" )" && pwd )"
1919
defaultconfig="${script_path}/default.conf"
20-
tools_dir="${script_path}/tools"
21-
module_dir="${script_path}/modules"
22-
customized_username=false
23-
customized_password=false
24-
customized_kernel=false
25-
customized_logpath=false
26-
pkglist_args=()
27-
makepkg_script_args=()
28-
modules=()
29-
DEFAULT_ARGUMENT=""
30-
ARGUMENT=("${@}")
20+
tools_dir="${script_path}/tools" module_dir="${script_path}/modules"
21+
customized_username=false customized_password=false customized_kernel=false customized_logpath=false
22+
pkglist_args=() makepkg_script_args=() modules=() norepopkg=()
23+
legacy_mode=false rerun=false
24+
DEFAULT_ARGUMENT="" ARGUMENT=("${@}")
3125
alteriso_version="3.1"
32-
norepopkg=()
33-
legacy_mode=false
34-
rerun=false
3526

3627
# Load config file
3728
[[ ! -f "${defaultconfig}" ]] && "${tools_dir}/msg.sh" -a 'build.sh' error "${defaultconfig} was not found." && exit 1

0 commit comments

Comments
 (0)