Skip to content

Commit 561d375

Browse files
committed
change cmd
1 parent 83c67ad commit 561d375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hermetic_build/library_generation/generate_library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ fi
114114
if [ -z "${os_architecture}" ]; then
115115
os_architecture=$(detect_os_architecture)
116116
fi
117-
random_suffix=$(LC_ALL=C tr -dc 'a-zA-Z' < /dev/urandom | head -c 30 | fold -w 20 | head -n 1)
117+
random_suffix=$(LC_ALL=C tr -dc 'a-zA-Z' < /dev/urandom | head -c 20)
118118
temp_destination_path="${output_folder}/temp_preprocessed/${random_suffix}"
119119
mkdir -p "${output_folder}/${destination_path}"
120120
if [ -d "${temp_destination_path}" ]; then

0 commit comments

Comments
 (0)