aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-24 21:12:31 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-24 21:12:31 +0300
commitbcf4cf44dac82bfbb71018427f33b84c8c67c85f (patch)
tree5572b133940a9db69893a13f152ec3aa6536ba30
parente054e5b446ba8c1e3e496d783dc5d336bc7344f9 (diff)
downloadpfetch-bcf4cf44dac82bfbb71018427f33b84c8c67c85f.tar.gz
pfetch: clean up
-rwxr-xr-xpfetch4
1 files changed, 1 insertions, 3 deletions
diff --git a/pfetch b/pfetch
index 7eac665..60b4078 100755
--- a/pfetch
+++ b/pfetch
@@ -566,9 +566,7 @@ main() {
: $((info_length+=1))
# Iterate over the above list and run any existing "get_" functions.
- for info; do
- "get_$info"
- done
+ for info; do "get_$info"; done
}
# Position the cursor below both the ascii art and information lines