From 7396a2756ee58050fce202477f83adb7d12e1bec Mon Sep 17 00:00:00 2001
From: PHO <pho@cielonegro.org>
Date: Thu, 23 Feb 2012 23:18:57 +0900
Subject: [PATCH] say_hello: cosmetic changes

---
 build-hc-pkg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build-hc-pkg b/build-hc-pkg
index c70fb5d..48e674b 100755
--- a/build-hc-pkg
+++ b/build-hc-pkg
@@ -31,10 +31,11 @@ function detect_gnu_tar () {
 }
 
 function say_hello () {
+    local -r self=$(basename "$0")
     local -r platform=$(detect_platform_type)
     local -r n_cpus=$(detect_number_of_cpus)
 
-    echo -n "This is "$(basename "$0")", running on $platform with $n_cpus "
+    echo -n "This is $self, running on $platform with $n_cpus "
     if (( $n_cpus == 1 )); then
         echo "processor."
     else
-- 
2.40.0