]> git.corax.cc Git - toolbox/commit
include/log: Use $0 to determine the script name
authorMatthias Kruk <m@m10k.eu>
Tue, 6 Apr 2021 23:39:47 +0000 (08:39 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 6 Apr 2021 23:39:47 +0000 (08:39 +0900)
commit93f9dbabf93de68c0426aaaf118a3604b881f690
tree2a517778c8d4f9bbecdfe133eda854ed3dcbac2b
parent9ad19a36fe02e580f78a929206915a75f0531ab5
include/log: Use $0 to determine the script name

BASH_ARGV0 is not supported on older bash versions. This commit changes
the log module to use $0 to determine the script name instead.
include/log.sh