Skip to content

Commit 3a4463a

Browse files
committed
Fix SC1083
1 parent 133a38d commit 3a4463a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function remove_files ()
5454

5555
_echo_if_be_verbose ":: Finished removing files"
5656
}
57+
5758
####
5859
# @param <string: PATH_TO_THE_ARCHLIVE_ROOT_USER> - this is not >>/<< but >>/root<<
5960
####
@@ -486,7 +487,7 @@ function build_archiso ()
486487
#end of building
487488

488489
#begin of renaming and hash generation
489-
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; }
490491

491492
ISO_FILE_NAME=$(basename "${ISO_FILE_PATH}")
492493
ISO_FILE_NAME=${ISO_FILE_NAME:0:-4} # remove >>.iso<< from file name

0 commit comments

Comments
 (0)