We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133a38d commit 3a4463aCopy full SHA for 3a4463a
build.sh
@@ -54,6 +54,7 @@ function remove_files ()
54
55
_echo_if_be_verbose ":: Finished removing files"
56
}
57
+
58
####
59
# @param <string: PATH_TO_THE_ARCHLIVE_ROOT_USER> - this is not >>/<< but >>/root<<
60
@@ -486,7 +487,7 @@ function build_archiso ()
486
487
#end of building
488
489
#begin of renaming and hash generation
- cd "${PATH_TO_THE_OUTPUT_DIRECTORY}" || { echo "Can not cd to >>${PATH_TO_THE_OUTPUT_DIRECTORY}<<"; exit 31 }
490
+ cd "${PATH_TO_THE_OUTPUT_DIRECTORY}" || { echo "Can not cd to >>${PATH_TO_THE_OUTPUT_DIRECTORY}<<"; exit 31; }
491
492
ISO_FILE_NAME=$(basename "${ISO_FILE_PATH}")
493
ISO_FILE_NAME=${ISO_FILE_NAME:0:-4} # remove >>.iso<< from file name
0 commit comments