X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=build-hc-pkg.git;a=blobdiff_plain;f=build-hc-pkg;fp=build-hc-pkg;h=c70fb5db8a3698057f8d132e1bb254a577db4b32;hp=07f1cd28b4c4bd9a68c2904c029f6d85fe661225;hb=082333fbdae7c6f466de7e9b07d31c412e2043e6;hpb=4c65f64e3dbe6b9b0fc1d29060cd71fba3b9717b diff --git a/build-hc-pkg b/build-hc-pkg index 07f1cd2..c70fb5d 100755 --- a/build-hc-pkg +++ b/build-hc-pkg @@ -34,7 +34,7 @@ function say_hello () { local -r platform=$(detect_platform_type) local -r n_cpus=$(detect_number_of_cpus) - echo -n "This is build-hc-pkg, running on $platform with $n_cpus " + echo -n "This is "$(basename "$0")", running on $platform with $n_cpus " if (( $n_cpus == 1 )); then echo "processor." else