forked from kiss-community/kiss
kiss: remove unused variable
This commit is contained in:
parent
cb54b59f98
commit
caf4a4254e
2
kiss
2
kiss
@ -1543,7 +1543,7 @@ pkg_update() {
|
|||||||
|
|
||||||
# Update each repository in '$KISS_PATH'.
|
# Update each repository in '$KISS_PATH'.
|
||||||
for repo do
|
for repo do
|
||||||
repo_type=null repo_sig=false
|
repo_type=null
|
||||||
|
|
||||||
if git -C "$repo" remote >/dev/null 2>&1; then
|
if git -C "$repo" remote >/dev/null 2>&1; then
|
||||||
repo_type=git
|
repo_type=git
|
||||||
|
Loading…
Reference in New Issue
Block a user