summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/intentions-queue7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/intentions-queue b/lib/intentions-queue
index cd83fec..c0d88a8 100755
--- a/lib/intentions-queue
+++ b/lib/intentions-queue
@@ -85,12 +85,7 @@ intentions_left() {
-type f \
-name 'intention.*' \
-printf '%f\n' \
- | sed '
- s/^intention\.//
- t
- d
- ' \
- | grep -qxm1 '[0-9]\+'
+ | grep -qxm1 'intention\.[0-9]\+'
}
# execute_all_intentions