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