From c9cc2f27f6f80526ed9b844adc87fe16502253da Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Wed, 31 Jul 2019 03:36:39 +0200 Subject: [PATCH] Plugin pacman_pending_updates: switch to /bin/sh; update version The plugin does not use any bash-specific features. Thus it is not necessary to depend on bash. --- 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 ce5e7f27..2f67031a 100755 --- a/plugins/other/pacman_pending_updates +++ b/plugins/other/pacman_pending_updates @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh : <<=cut @@ -25,7 +25,7 @@ This plugin will draw one line: the number of updates pending. =head1 VERSION - 1.1.1 + 1.2.0 =head1 AUTHOR