]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- cosmetics
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 8 Jan 2006 12:06:09 +0000 (12:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.366

builder.sh

index bbe39c95684ada1e88a9afdaf5866d1ae7f1b35c..5eacb84efd52e8875d2f062c1b1670222664dac2 100644 (file)
@@ -346,7 +346,7 @@ rpm_dump () {
 
 parse_spec()
 {
-       update_shell_title "parse_spec"
+       update_shell_title "parsing specfile"
        if [ -n "$DEBUG" ]; then
                set -x;
                set -v;
@@ -626,7 +626,7 @@ cvsignore_df ()
 get_files()
 {
        GET_FILES="$@"
-       update_shell_title "get_files"
+       update_shell_title "fetching sources"
 
        if [ -n "$DEBUG" ]; then
                set -x;
This page took 0.036647 seconds and 4 git commands to generate.