diff options
Diffstat (limited to 'mga-hdlists-updates')
-rwxr-xr-x | mga-hdlists-updates | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mga-hdlists-updates b/mga-hdlists-updates index ee2f71f..9d12a45 100755 --- a/mga-hdlists-updates +++ b/mga-hdlists-updates @@ -9,11 +9,6 @@ else . /usr/share/mgatools/functions fi -if [ "$1" = "--dry-run" ]; then - dryrun=echo - shift -fi - if [ $# != 2 ]; then echo "Usage: $0 [--dry-run] <release> <section>" >&2 exit 1 |