aboutsummaryrefslogtreecommitdiff
path: root/pb
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-16 23:45:29 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-16 23:45:29 +0200
commitb8fa44c20a81851a0bfbce2a739b00fdf8fd0d3a (patch)
tree96e4df7319652697a3eb642803aa8d44dbb9ac53 /pb
parente39c47c631de62366153f0a4b3df3df7ead677c5 (diff)
downloadbashlib-b8fa44c20a81851a0bfbce2a739b00fdf8fd0d3a.tar.gz
bashlib-b8fa44c20a81851a0bfbce2a739b00fdf8fd0d3a.tar.bz2
bashlib-b8fa44c20a81851a0bfbce2a739b00fdf8fd0d3a.zip
update
Diffstat (limited to 'pb')
-rwxr-xr-xpb2
1 files changed, 1 insertions, 1 deletions
diff --git a/pb b/pb
index 12a366c..279bbe8 100755
--- a/pb
+++ b/pb
@@ -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