From b526aee0c04c5953f76e9b76024b9f1535e78c27 Mon Sep 17 00:00:00 2001 From: Steve Schnepp Date: Wed, 31 Jul 2019 20:48:00 +0200 Subject: [PATCH] Revert "Plugin pacman_pending_updates: switch to /bin/sh; update version" This reverts commit c9cc2f27f6f80526ed9b844adc87fe16502253da. Actually, it depends on a bashism at line 53: if hash checkupdates >/dev/null 2>&1; then --- plugins/other/pacman_pending_updates | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/other/pacman_pending_updates b/plugins/other/pacman_pending_updates index 2f67031a..ce5e7f27 100755 --- a/plugins/other/pacman_pending_updates +++ b/plugins/other/pacman_pending_updates @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash : <<=cut @@ -25,7 +25,7 @@ This plugin will draw one line: the number of updates pending. =head1 VERSION - 1.2.0 + 1.1.1 =head1 AUTHOR