From 9c36c85d1c00a3fc9c5bed4940873aa6149a76f9 Mon Sep 17 00:00:00 2001 From: merakor Date: Wed, 8 Sep 2021 19:16:16 +0000 Subject: docs: update FossilOrigin-Name: 187d36daf243256297ef466c1b3b50f62bc0662ce99581a9ebb2885210c9b7b9 --- src/cpt-lib.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cpt-lib.in b/src/cpt-lib.in index be89d32..09b78e1 100644 --- a/src/cpt-lib.in +++ b/src/cpt-lib.in @@ -25,9 +25,6 @@ log() { # # All messages are printed to stderr to allow the user to hide build # output which is the only thing printed to stdout. - # - # '${3:-->}': If the 3rd argument is missing, set prefix to '->'. - # '${2:+colorb}': If the 2nd argument exists, set text style of '$1'. case $# in 1) printf '%b->%b %s\n' "$colory" "$colre" "$1" ;; 2) printf '%b->%b %b%s%b %s\n' "$colory" "$colre" "$colorb" "$1" "$colre" "$2" ;; -- cgit v1.2.3