--- smage/trunk/include/alx-split.sminc 2011/08/29 20:03:18 2792 +++ smage/trunk/include/alx-split.sminc 2012/07/09 17:38:27 3571 @@ -124,7 +124,7 @@ *\**|*\\\**) if [[ -e \${BINDIR}/\$(dirname \${i}) ]] then - find \${BINDIR}/\$(dirname \${i}) -maxdepth 1 -name \"\$(basename \${i})\" | xargs rm + find \${BINDIR}/\$(dirname \${i}) -maxdepth 1 -name \"\$(basename \${i})\" | xargs --no-run-if-empty rm fi ;; *) @@ -175,7 +175,7 @@ *\**|*\\\**) if [[ -e \${BINDIR}/\$(dirname \${i}) ]] then - find \${BINDIR}/\$(dirname \${i}) -maxdepth 1 -name \"\$(basename \${i})\" | xargs rm + find \${BINDIR}/\$(dirname \${i}) -maxdepth 1 -name \"\$(basename \${i})\" | xargs --no-run-if-empty rm fi ;; *)