Make shellcheck happy
This commit is contained in:
@@ -12,10 +12,11 @@ DOTDIR="/var/lib/dotfiles"
|
||||
|
||||
os_release_file=/etc/os-release
|
||||
if [[ ! -e "${os_release_file}" ]] ; then
|
||||
2>&1 printf "Could not find ${os_release_file}, exiting"
|
||||
2>&1 printf 'Could not find %, exiting' "${os_release_file}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# shellcheck source=/etc/os-release
|
||||
source "${os_release_file}"
|
||||
|
||||
sudowrap() {
|
||||
@@ -37,7 +38,7 @@ install() {
|
||||
fi
|
||||
sudowrap pacman -S --needed --noconfirm "${package}"
|
||||
else
|
||||
2>&1 printf "Unsupported distro $NAME, exiting"
|
||||
2>&1 printf 'Unsupported distro %s, exiting' "$NAME"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user