Comment 3 for bug 1384416

Revision history for this message
A. Eibach (andi3) wrote :

OK, this one-liner has to do the trick for me, until this is fixed downstream:

#!/bin/bash
[[ $1 == "" ]] || info Coreutils "$1 invocation"

Wish this could be made an alias, but this is impossible since the variable is _inside_ instead of at EOL