Skip to content

Commit 6b38d0f

Browse files
mcmilkbehlendorf
authored andcommitted
ZTS: Fix FreeBSD 15.0 ksh errors
The package ksh93 is replaced by ksh now. This works for FreeBSD 13 and 14 also. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: George Melikov <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: Tino Reichardt <[email protected]> Closes #17523
1 parent 80b6457 commit 6b38d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/qemu-3-deps-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function freebsd() {
5151

5252
echo "##[group]Install Development Tools"
5353
sudo pkg install -y autoconf automake autotools base64 checkbashisms fio \
54-
gdb gettext gettext-runtime git gmake gsed jq ksh93 lcov libtool lscpu \
54+
gdb gettext gettext-runtime git gmake gsed jq ksh lcov libtool lscpu \
5555
pkgconf python python3 pamtester pamtester qemu-guest-agent rsync xxhash
5656
sudo pkg install -xy \
5757
'^samba4[[:digit:]]+$' \

0 commit comments

Comments
 (0)