summaryrefslogtreecommitdiff
path: root/src/get.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/get.sh')
-rwxr-xr-xsrc/get.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/get.sh b/src/get.sh
index a5039c1..64fc110 100755
--- a/src/get.sh
+++ b/src/get.sh
@@ -118,7 +118,7 @@ download_packages () {
info_file="${pkg_file}.info"
if ! validate_sig $pkg_file $info_file; then
- printf "${RED}Failed to verify signature for ${LIGHT_RED}%s${RED}\n" $(basename -s .xipkg $pkg_file)
+ printf "${RED}Failed to verify signature for ${LIGHT_RED}%s${RED}\n" $(basename $pkg_file .xipkg)
mv "$pkg_file" "${pkg_file}.invalid"
else
i=$((i+1))