summaryrefslogtreecommitdiff
path: root/etc/profile
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-02 12:45:22 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-02 12:45:22 +0100
commite49a4f7675fb0639b91cd31400dd035f674f4cfa (patch)
tree044122cbe3a8523ceea4a336219620314deca770 /etc/profile
parent791a2710599e4faa464f4a5ccefe413b65bcf900 (diff)
zprofile: Remove excess whitespace
Diffstat (limited to 'etc/profile')
-rw-r--r--etc/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile b/etc/profile
index 38e7e55..3e38407 100644
--- a/etc/profile
+++ b/etc/profile
@@ -7,7 +7,7 @@ function pr_info {
echo
pr_info "This is ${info}$(uname -srm)${reset} on ${info}%y${reset}"
-[[ -r /etc/gentoo-release ]] && pr_info "Running ${info}Gentoo${reset} ${$(cat /etc/gentoo-release)#(#i)gentoo}"
+[[ -r /etc/gentoo-release ]] && pr_info "Running ${info}Gentoo${reset} ${$(cat /etc/gentoo-release)#(#i)gentoo }"
[[ -r /etc/debian_version ]] && pr_info "Running ${info}Debian${reset} $(cat /etc/debian_version)"
echo