From e30fc1075c679d3ab9e7db7c41beeed25dbe0784 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 12 Mar 2020 22:02:40 +0200 Subject: [PATCH] pfetch: Use -- with set --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index 9ca2b75..dae4303 100755 --- a/pfetch +++ b/pfetch @@ -1519,7 +1519,7 @@ main() { # Disable globbing and set the positional parameters to the # contents of 'PF_INFO'. set -f - set +f ${PF_INFO-ascii title os host kernel uptime pkgs memory} + set +f -- ${PF_INFO-ascii title os host kernel uptime pkgs memory} # Iterate over the info functions to determine the lengths of the # "info names" for output alignment. The option names and subtitles