diff options
Diffstat (limited to 'mga-move-update')
-rw-r--r-- | mga-move-update | 2 |
1 files changed, 1 insertions, 1 deletions
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 |