diff options
-rwxr-xr-x | bin/dosed | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ mysed="s:${D}::g" for x in "$@" ; do y="${D}${x}" - if [ -a "${y}" ] ; then + if [ -e "${y}" ] ; then if [ -f "${y}" ] ; then mysrc="${T}/${y##*/}" cp "${y}" "${mysrc}" |