aboutsummaryrefslogtreecommitdiff
path: root/pkgundo
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-18 18:49:13 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-18 18:49:37 +0200
commit123687a5aa3482b5ba9ca86179526c94422b409d (patch)
tree83fa480a7727cd67eb5840e7555d984478c53afd /pkgundo
parent830afa08f95e2026f97b62d22484c27d42c104b1 (diff)
downloadpatches-123687a5aa3482b5ba9ca86179526c94422b409d.tar.gz
Add savepatch, xpkg scripts
Diffstat (limited to 'pkgundo')
-rwxr-xr-xpkgundo2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgundo b/pkgundo
index 2513bf1..9f3ad25 100755
--- a/pkgundo
+++ b/pkgundo
@@ -9,4 +9,4 @@ for orig in "$@"; do
: $((n++))
mv "$orig" "${orig%.orig}"
done
-echo "${0##*/}: Moved $n files." 2>&1
+echo "${0##*/}: moved $n files" 2>&1