correct usage

This commit is contained in:
Tobias Powalowski 2021-09-27 10:04:52 +02:00
parent dea69dd847
commit 6abc0f8f48

View file

@ -129,7 +129,7 @@ install_packages() {
${PACMAN} -S ${PACKAGES}
}
if [[ "${PKGARG}" = "" ]]; then
if [[ -z "${1}" ]]; then
usage
fi