summaryrefslogtreecommitdiffstats
path: root/mga-hdlists
diff options
context:
space:
mode:
Diffstat (limited to 'mga-hdlists')
-rwxr-xr-xmga-hdlists5
1 files changed, 0 insertions, 5 deletions
diff --git a/mga-hdlists b/mga-hdlists
index 37dc31d..da09a2e 100755
--- a/mga-hdlists
+++ b/mga-hdlists
@@ -9,11 +9,6 @@ else
. /usr/share/mgatools/functions
fi
-if [ "$1" = "--dry-run" ]; then
- dryrun=echo
- shift
-fi
-
if [ $# != 3 ]; then
echo "Usage: $0 [--dry-run] <release> <section> <subsection>" >&2
exit 1