1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-02 05:09:25 +00:00

[WIP] DO NOT USE

This commit is contained in:
Sorin Ionescu
2014-02-02 20:37:56 -05:00
parent 2ebdbdcff5
commit fb13aa3327
6 changed files with 7 additions and 6 deletions

View File

@ -73,7 +73,7 @@ while (( $# > 0 )); do
esac
(( success = $success > 0 ? $success : $? ))
(( $success == 0 )) && (( $remove_archive == 0 )) && rm "$1"
(( $success == 0 && $remove_archive == 0 )) && rm "$1"
shift
done