X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=setup.sh;h=96b18054c8232723ecb362f8929424ae51074a43;hp=197263de0aca28cd92d749de5adb1d6599c19afc;hb=19420fa802a6d29f6268221894798ba86938a15e;hpb=fdbda4373a045a26e7025d90a2ae1a9fab4d12dd diff --git a/setup.sh b/setup.sh index 197263d..96b1805 100755 --- a/setup.sh +++ b/setup.sh @@ -33,11 +33,11 @@ terminal_available() { # Usage: apply_optional_replacement() { if test -n "$4"; then - echo "$1: using $2 $4" + printf '%s: using %s %s\n' "$1" "$2" "$4" generate "$1" '' simple_cpp \ "$3" -- "$4" else - echo "$1: removing $2 display" + printf '%s: removing %s display\n' "$1" "$2" grep_i -v "$3" "$1" fi }