summaryrefslogtreecommitdiffstats
path: root/mga-hdlists-cauldron
diff options
context:
space:
mode:
Diffstat (limited to 'mga-hdlists-cauldron')
-rwxr-xr-xmga-hdlists-cauldron5
1 files changed, 0 insertions, 5 deletions
diff --git a/mga-hdlists-cauldron b/mga-hdlists-cauldron
index ca85344..dfa4ca4 100755
--- a/mga-hdlists-cauldron
+++ b/mga-hdlists-cauldron
@@ -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] <section>" >&2
exit 1