Skip to content
Snippets Groups Projects
Unverified Commit fea14fa2 authored by Jelle van der Waa's avatar Jelle van der Waa Committed by Jan Alexander Steffens (heftig)
Browse files

lib: remove unused left, right

parent 4bafd641
No related branches found
No related tags found
No related merge requests found
...@@ -162,8 +162,6 @@ slock() { ...@@ -162,8 +162,6 @@ slock() {
# usage: pkgver_equal( $pkgver1, $pkgver2 ) # usage: pkgver_equal( $pkgver1, $pkgver2 )
## ##
pkgver_equal() { pkgver_equal() {
local left right
if [[ $1 = *-* && $2 = *-* ]]; then if [[ $1 = *-* && $2 = *-* ]]; then
# if both versions have a pkgrel, then they must be an exact match # if both versions have a pkgrel, then they must be an exact match
[[ $1 = "$2" ]] [[ $1 = "$2" ]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment