Skip to content

Commit 36f6d0d

Browse files
committed
hotfix: -P now properly in every case
1 parent 6a1f4c3 commit 36f6d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/src/util/util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ term.private_util_validate_p() {
1010
if [[ $1 == -?(@(p|P)) ]]; then
1111
case $1 in
1212
*p*) flag_print='yes' ;;
13-
*P*) flag_print='yes-big' ;;
13+
*P*) flag_print='yes-newline' ;;
1414
esac
1515
REPLY_SHIFT=1
1616
else

0 commit comments

Comments
 (0)