about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-05 14:17:23 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-05 14:17:23 +0200
commitca53db22589d4794fdf50408ed0a564a4d5f0d16 (patch)
treea93e8db3272d49f7ae522bb1a395a5f088463212
parentmodule/backup: Provide administrative access to the storagebox (diff)
downloadnixos-config-ca53db22589d4794fdf50408ed0a564a4d5f0d16.zip
pkgs/mpp: Avoid unbound variable error
-rwxr-xr-xpkgs/by-name/mp/mpp/mpp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/mp/mpp/mpp.sh b/pkgs/by-name/mp/mpp/mpp.sh
index 1507d5cc..3ac98ddb 100755
--- a/pkgs/by-name/mp/mpp/mpp.sh
+++ b/pkgs/by-name/mp/mpp/mpp.sh
@@ -10,7 +10,7 @@
 # You should have received a copy of the License along with this program.
 # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
 
-case "$1" in
+case "${1-}" in
 "searchadd")
     shift 1
     mpp-searchadd "$@"