mirror_zfs/contrib/bash_completion.d
Derek Schrock 5dac614e7b contrib/bash_completion.d: squelch FreeBSD seq when first < last
With seq x -1 z and x is less than z FreeBSD seq will print the error:

	$ seq 1 -1 2
	seq: needs positive increment

Hide this error.  Alternatively $COMP_CWORD could be checked for < 2.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Derek Schrock <dereks@lifeofadishwasher.com>
Closes #16234
2024-11-06 10:06:30 -08:00
..
.gitignore contrib: link zpool to zfs in bash-completion (#16376) 2024-08-26 15:10:16 -07:00
Makefile.am contrib: link zpool to zfs in bash-completion (#16376) 2024-08-26 15:10:16 -07:00
zfs.in contrib/bash_completion.d: squelch FreeBSD seq when first < last 2024-11-06 10:06:30 -08:00