From 6bd358282ae7b63b3bf5f75da6c922e638fefbcd Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 29 Jul 2014 21:30:39 +0100 Subject: Move the --dry-run handling into the functions file. --- mga-move-pkg | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mga-move-pkg') diff --git a/mga-move-pkg b/mga-move-pkg index b757ba9..beaf99e 100755 --- a/mga-move-pkg +++ b/mga-move-pkg @@ -9,11 +9,6 @@ else . /usr/share/mgatools/functions fi -if [ "$1" = "--dry-run" ]; then - dryrun=echo - shift -fi - sync= if [ "$1" = "--sync" ]; then sync=yes -- cgit v1.2.1