diff --git a/install.sh b/install.sh index f5d5f30..9856c95 100755 --- a/install.sh +++ b/install.sh @@ -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