From d8aa2da056671a57d40a0a52d53d288df2257e68 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 30 Jul 2014 20:50:54 +0100 Subject: move: Fix confirmation check (again) --- mga-move-pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mga-move-pkg b/mga-move-pkg index fd2d22c..143d410 100755 --- a/mga-move-pkg +++ b/mga-move-pkg @@ -102,7 +102,7 @@ fi # Safety check -if [ -z "$exactsrpm" -o -n "$noconfirm" ]; then +if [ -z "$exactsrpm" -o -z "$noconfirm" ]; then echo "This SRPM (and matching binaries) will be moved from '$sourcesubsection' to '$destinationsubsection':" echo "- $srcpkg" echo -- cgit v1.2.1