aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpfetch8
1 files changed, 4 insertions, 4 deletions
diff --git a/pfetch b/pfetch
index ae9432c..de06e96 100755
--- a/pfetch
+++ b/pfetch
@@ -258,10 +258,10 @@ main() {
# Disable warning about unused variables.
# shellcheck disable=2034
{
- c1=; c2=
- c3=; c4=
- c5=; c6=
- c7=; c8=
+ c1=''; c2=''
+ c3=''; c4=''
+ c5=''; c6=''
+ c7=''; c8=''
}
# Store the output of 'uname' to avoid calling it multiple times