Skip to content
  • Olav Morken's avatar
    Fix shellcheck warnings · 46a446cc
    Olav Morken authored
    There are a couple of relevant warnings from shellcheck:
    
    > In build.sh line 62:
    > apt-get source ${package}
    > SC2248: Prefer double quoting even when variables don't contain special characters.
    > [...]
    > In build.sh line 66:
    > tar xf "${package}"_*.debian.tar.xz -C "${package}"-"${version}/"
    > SC2140: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"?
    46a446cc