[arch-projects] [devtools][PATCH 1/2] lib: remove unused left, right
6 Jan
2017
6 Jan
'17
5:19 p.m.
--- lib/common.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/common.sh b/lib/common.sh index f6aea93..780962c 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -162,8 +162,6 @@ slock() { # usage: pkgver_equal( $pkgver1, $pkgver2 ) ## pkgver_equal() { - local left right - if [[ $1 = *-* && $2 = *-* ]]; then # if both versions have a pkgrel, then they must be an exact match [[ $1 = "$2" ]] -- 2.11.0
2807
Age (days ago)
2807
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jelle van der Waa