From 398a3ab28968385d6752d857fc3473b6ba49d1a0 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Sun, 8 Aug 2021 15:55:00 +0200 Subject: [PATCH] Plugin pacman_pending_updates: switch to simple shell The plugin did not use any bash-specific features. --- plugins/other/pacman_pending_updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/other/pacman_pending_updates b/plugins/other/pacman_pending_updates index 6d3c4030..dadf91d8 100755 --- a/plugins/other/pacman_pending_updates +++ b/plugins/other/pacman_pending_updates @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh : <<=cut