Skip to content

Commit 22a293e

Browse files
authored
Update create-utils.sh
1 parent da551f2 commit 22a293e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ fi
164164
find utils -type f -exec strip --strip-unneeded {} \; 2>/dev/null
165165

166166
init_program_size=50000
167-
conty_script_size="$(($(stat -c%s "${script_dir}"/conty-start.sh)+2000))"
167+
conty_script_size="$(($(stat -c%s "${script_dir}"/conty-start.sh)+10000))"
168168
bash_size="$(stat -c%s utils/bash)"
169169

170170
sed -i "s/#define SCRIPT_SIZE 0/#define SCRIPT_SIZE ${conty_script_size}/g" init.c

0 commit comments

Comments
 (0)