diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-03 22:22:01 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-03 22:29:36 -0500 |
commit | 048ae6172b791ab9f5ae7cce022ba9f6d39dac18 (patch) | |
tree | 6a723fba2c407ecbf87acb3505301652cc165dfb /src/treepkg | |
parent | 58e2a9cd5aa9a4eb80f8da675685f62aca128eb3 (diff) |
touch up misc qouting
Diffstat (limited to 'src/treepkg')
-rwxr-xr-x | src/treepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/treepkg b/src/treepkg index e509dac..8879e54 100755 --- a/src/treepkg +++ b/src/treepkg @@ -22,7 +22,7 @@ load_files libretools check_vars libretools HOOKPREBUILD FULLBUILDCMD HOOKLOCALRELEASE || exit 1 load_files makepkg -term_title "$(basename $0)" +term_title "${0##*/}" # End inmediately but print an useful message trap_exit() { |