From 3a69c314c407949f29f59a85413a208137187907 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 21 Jun 2011 16:36:27 +0000 Subject: fix dryrun test --- mga-move-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mga-move-update') diff --git a/mga-move-update b/mga-move-update index 9a60c55..a2423db 100644 --- a/mga-move-update +++ b/mga-move-update @@ -54,7 +54,7 @@ do movepkg "$distribdir/$distrorelease/$arch/media/debug/$section/updates_testing" "$distribdir/$distrorelease/$arch/media/debug/$section/updates/" "$srcpkg" "$mailcontent" done -if [ -z $dryrun ] +if [ -n $dryrun ] then cat "$mailcontent" else -- cgit v1.2.1