diff --git a/pash b/pash index 4cd0050..6e6b4ad 100755 --- a/pash +++ b/pash @@ -60,7 +60,7 @@ pw_del() { # Remove empty parent directories of a password # entry. It's fine if this fails as it means that # another entry also lives in the same directory. - rmdir -p "${1%/*}" 2>/dev/null || true + rmdir -p "${1%/*}" 2>/dev/null || : } }