File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed
Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -17,21 +17,12 @@ set -Eeu
1717# Do not change these values.
1818script_path=" $( cd -P " $( dirname " $( readlink -f " ${0} " ) " ) " && pwd ) "
1919defaultconfig=" ${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=(" ${@ } " )
3125alteriso_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
You can’t perform that action at this time.
0 commit comments