mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
remove_unused_sources: log with PID and DATE
This commit is contained in:
parent
fcf1244046
commit
ea98aabd22
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ die() { echo "$*" 1>&2 ; exit 1; }
|
|||
|
||||
logcmd ()
|
||||
{
|
||||
echo >&2 "$*"
|
||||
echo >&2 "[PID$$:DATE:$(date +"%Y%m%d_%H%M%S")] $*"
|
||||
"$@"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue