iankelling.org
/
git
/
distro-setup
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf42b2
)
minor fix
author
Ian Kelling
<ian@iankelling.org>
Mon, 19 May 2025 06:43:10 +0000
(
02:43
-0400)
committer
Ian Kelling
<ian@iankelling.org>
Mon, 19 May 2025 06:43:10 +0000
(
02:43
-0400)
beetag
patch
|
blob
|
history
diff --git
a/beetag
b/beetag
index 1a7006fe920bac39a4ff6f83a19ab6fd62eec358..0f58ded45c63e5e1a7aee71ffe4d9d40bc885d67 100755
(executable)
--- a/
beetag
+++ b/
beetag
@@
-446,12
+446,6
@@
beetag() {
esac
shift
done
- arg1="$1"
- arg2="$2"
- if (( $# != 2 )); then
- echo "$0: error: expected 2 options, got $#." >&2
- exit 1
- fi
if (( ! $# )); then
echo beetag: error expected a query arg >&2