Skip to content

Commit f76e384

Browse files
committed
tools: temporarily unset LD_LIBRARY_PATH when generating ssh key
1 parent 20d37d2 commit f76e384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/create-buildroot-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Subsystem sftp /usr/libexec/sftp-server
197197
EOF
198198
199199
# Generate sshd host keys.
200-
ssh-keygen -A -f $1
200+
LD_LIBRARY_PATH= ssh-keygen -A -f $1
201201
mkdir -p $1/var/db/dhcpcd
202202
203203
EOFEOF

0 commit comments

Comments
 (0)