File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -993,9 +993,9 @@ make_alteriso_info(){
993993 # iso version info
994994 if [[ " ${include_info} " = true ]]; then
995995 local _info_file=" ${isofs_dir} /alteriso-info" _version=" ${iso_version} "
996- # remove "${_info_file}"; touch "${_info_file}"
996+ remove " ${_info_file} " ; touch " ${_info_file} "
997997 [[ -d " ${script_path} /.git" ]] && [[ " ${gitversion} " = false ]] && _version=" ${iso_version} -${gitrev} "
998- " ${tools_dir} /alteriso-info.sh" -a " ${arch} " -b " ${boot_splash} " -c " ${channel_name% .add} " -d " ${iso_publisher} " -k " ${kernel} " -o " ${os_name} " -p " ${password} " -u " ${username} " -v " ${_version} " -m " $( printf " %s," " ${modules[@]} " ) "
998+ " ${tools_dir} /alteriso-info.sh" -a " ${arch} " -b " ${boot_splash} " -c " ${channel_name% .add} " -d " ${iso_publisher} " -k " ${kernel} " -o " ${os_name} " -p " ${password} " -u " ${username} " -v " ${_version} " -m " $( printf " %s," " ${modules[@]} " ) " > " ${_info_file} "
999999 fi
10001000
10011001 return 0
You can’t perform that action at this time.
0 commit comments