libk  Diff

Differences From Artifact [0ffa5553a2]:

To Artifact [e60df5a627]:


    49     49   			else
    50     50   				printf " $a";
    51     51   			fi
    52     52   		done
    53     53   		echo
    54     54   	}
    55     55   else
    56         -	announce() { shift; echo " --> " $@; }
           56  +	announce() { echo " --> " $@; }
    57     57   fi
    58     58   
    59     59   # the following function is called to report a command invocation
    60     60   # the person compiling the library. the first argument should be
    61     61   # an ansi format string; this is used to color-code the tool being
    62     62   # launched and thus should be different for each one.
    63     63   
    64     64   report() { announce $@; $@; }