Install _wrflog.sh

This commit is contained in:
Michael Wolf
2023-09-30 17:27:53 -06:00
parent 555a9b3d7e
commit e587f8aebe

View File

@@ -18,7 +18,7 @@ ret=0
# https://unix.stackexchange.com/questions/47710/find-only-destination-of-symlink
# for discussion of alternatives.
for i in _reformat-common.bash do-reformat.sh would-reformat.sh .root; do
for i in _reformat-common.bash do-reformat.sh would-reformat.sh _wrflog.sh .root; do
if [[ -f "$here"/bin/"$i" ]]; then
dest=$(readlink bin/"$i")
if [[ "$dest" == "$DIR/$i" ]]; then