aboutsummaryrefslogtreecommitdiff
path: root/sum
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-09 12:50:48 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-09 12:50:48 +0200
commit177085b47d2234442867b42288a4a19852427d94 (patch)
treef56589dba7ef2160d0f0a122ffee64257ce2bf66 /sum
parent652b789d1b3045293da297bcdccf3264c435bae8 (diff)
downloadpatches-177085b47d2234442867b42288a4a19852427d94.tar.gz
Add sys/utils/sysutils/rox/{patch-keys,patch-select-by-name}
Diffstat (limited to 'sum')
-rwxr-xr-xsum4
1 files changed, 4 insertions, 0 deletions
diff --git a/sum b/sum
index d6749a1..9469302 100755
--- a/sum
+++ b/sum
@@ -2,6 +2,10 @@
# checksum -- create checksum for local patch
+#
+# Note that checksums are optional for local patches.
+#
+
[ -z "$1" ] && { echo usage: $0 patch 1>&2; exit 1; }
localpath=`readlink -f "$1"`