diff options
Diffstat (limited to 'psu')
-rwxr-xr-x | psu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |