Install _wrflog.sh
This commit is contained in:
@@ -18,7 +18,7 @@ ret=0
|
|||||||
# https://unix.stackexchange.com/questions/47710/find-only-destination-of-symlink
|
# https://unix.stackexchange.com/questions/47710/find-only-destination-of-symlink
|
||||||
# for discussion of alternatives.
|
# 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
|
if [[ -f "$here"/bin/"$i" ]]; then
|
||||||
dest=$(readlink bin/"$i")
|
dest=$(readlink bin/"$i")
|
||||||
if [[ "$dest" == "$DIR/$i" ]]; then
|
if [[ "$dest" == "$DIR/$i" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user