Skip to content

Commit

Permalink
shells/ksh: Add missing option
Browse files Browse the repository at this point in the history
Fixes:		6e9237b
  • Loading branch information
cschuber committed Aug 28, 2022
1 parent 144fd06 commit 39ac815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shells/ksh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ KSH93_CONFLICTS= ksh2020 ksh93 ast-ksh ksh-devel
OPTIONS_DEFAULT= KSH93 EXAMPLES
OPTIONS_DEFINE= EXAMPLES STATIC
OPTIONS_SINGLE= BIN_KSH
OPTIONS_SINGLE_BIN_KSH= KSH KSH93
OPTIONS_SINGLE_BIN_KSH= KSH KSH93 KSH93N
KSH_DESC= Install to ${PREFIX}/bin/ksh
KSH93_DESC= Install to ${PREFIX}/bin/ksh93
KSH93N_DESC= Install to ${PREFIX}/bin/ksh93n (new)
Expand Down

0 comments on commit 39ac815

Please sign in to comment.