diff options
Diffstat (limited to '')
-rwxr-xr-x | prune.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prune.sh b/prune.sh index 2480b7ba..af2379e5 100755 --- a/prune.sh +++ b/prune.sh @@ -2,7 +2,7 @@ # Remove symbolic links in ~ to files that no longer exist. -set -e +set -o errexit -o nounset -o pipefail paths=$(find -L ~ -type l -lname "$PWD/*") |