Skip to content

Commit

Permalink
Verbose message on failure/success.
Browse files Browse the repository at this point in the history
  • Loading branch information
paxunix committed Jul 14, 2010
1 parent 5872164 commit 1230fda
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/ll-pipe
Expand Up @@ -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

0 comments on commit 1230fda

Please sign in to comment.