diff options
-rwxr-xr-x | bin/doins | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ for x in "$@" ; do while [ -L "$x" ] ; do pushd "$(readlink "$x")" x=${PWD##*/} - pushd ${PWD%/*} + pushd "${PWD%/*}" done find "$x" -type d -exec dodir "${INSDESTTREE}/{}" \; find "$x" \( -type f -or -type l \) -print0 | _xdoins |