diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-16 23:45:29 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-16 23:45:29 +0200 |
commit | b8fa44c20a81851a0bfbce2a739b00fdf8fd0d3a (patch) | |
tree | 96e4df7319652697a3eb642803aa8d44dbb9ac53 /pb | |
parent | e39c47c631de62366153f0a4b3df3df7ead677c5 (diff) | |
download | bashlib-b8fa44c20a81851a0bfbce2a739b00fdf8fd0d3a.tar.gz bashlib-b8fa44c20a81851a0bfbce2a739b00fdf8fd0d3a.tar.bz2 bashlib-b8fa44c20a81851a0bfbce2a739b00fdf8fd0d3a.zip |
update
Diffstat (limited to 'pb')
-rwxr-xr-x | pb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ pb_fg() { pb_bg() { - if [ -z "$1" ] || ! pb_isuint $1 ; then + if [ -z "$1" ] || ! pb_isuint "$1" ; then return 1 fi |