diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2020-03-12 22:02:40 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2020-03-12 22:02:40 +0200 |
| commit | e30fc1075c679d3ab9e7db7c41beeed25dbe0784 (patch) | |
| tree | 76aa24c6d2458194a3b8a27c3bb6bee4c935ed50 | |
| parent | 3a33033120cfd8a30af6b1d753a6da935ee75b3f (diff) | |
| download | pfetch-e30fc1075c679d3ab9e7db7c41beeed25dbe0784.tar.gz | |
pfetch: Use -- with set
| -rwxr-xr-x | pfetch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
