[pacman-contrib] [PATCH] paccache: Enable nullglob
12 Oct
2016
12 Oct
'16
10:11 a.m.
Fixes FS#48818. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> --- src/paccache.sh.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/paccache.sh.in b/src/paccache.sh.in index e34f684..643bb38 100644 --- a/src/paccache.sh.in +++ b/src/paccache.sh.in @@ -18,6 +18,8 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. +# Expand to nothing if there are no matches +shopt -s nullglob shopt -s extglob declare -r myname='paccache' -- 2.10.0
2993
Age (days ago)
2993
Last active (days ago)
0 comments
1 participants
participants (1)
-
Johannes Löthberg