mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
Fix linters (whoops!)
This commit is contained in:
parent
c63d7ae89f
commit
f4ebc241ac
4 changed files with 7 additions and 3 deletions
|
|
@ -77,7 +77,7 @@ get_revision() {
|
|||
local pkg=$1
|
||||
cd "${SRCDIR}/repo"
|
||||
# Get revision (n time this package has been built)
|
||||
revision=$((ls -1 "${pkg}"* 2>/dev/null || true) | wc -l | sed 's/ *//g')
|
||||
revision=$( (ls -1 "${pkg}"* 2>/dev/null || true) | wc -l | sed 's/ *//g')
|
||||
}
|
||||
|
||||
# Installs binary packages from an earlier run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue