aboutsummaryrefslogtreecommitdiff
path: root/psu
diff options
context:
space:
mode:
Diffstat (limited to 'psu')
-rwxr-xr-xpsu2
1 files changed, 1 insertions, 1 deletions
diff --git a/psu b/psu
index 3f192bd..a5ad636 100755
--- a/psu
+++ b/psu
@@ -2,7 +2,7 @@
# psu -- undo patches applied to pkgsrc build
-d=$(psx)
+d=$(psx) || true
echo=echo
echo "${0##*/}: undoing patches..." 1>&2
[ x"$1" = x"-x" ] && echo= || echo '(preview, no -x)' 1>&2