diff --git a/bin/ll-pipe b/bin/ll-pipe index 25c7ac0..f6ee118 100755 --- a/bin/ll-pipe +++ b/bin/ll-pipe @@ -322,6 +322,13 @@ else ${=TOOL_RMDIR} --ignore-fail-on-non-empty ${tempDir} fi +if (( ${xargsError} )) +then + verbose "Failed." +else + verbose "Succeeded." +fi + return ${xargsError} # vim: ft=zsh