From feea1a45d9996b59448a43e2c79c98364083fb7b Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 5 Oct 2017 17:34:33 +0200 Subject: [PATCH] FIX: 'script run legic_clone' - correct getoptions pattern --- client/scripts/Legic_clone.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/scripts/Legic_clone.lua b/client/scripts/Legic_clone.lua index 2c8a84f4e..4c638f82f 100644 --- a/client/scripts/Legic_clone.lua +++ b/client/scripts/Legic_clone.lua @@ -453,7 +453,7 @@ function main(args) local segments = {} -- parse arguments for the script - for o, a in getopt.getopt(args, 'hwsdc:i::o:') do + for o, a in getopt.getopt(args, 'hwsdc:i:o:') do -- output file if o == "o" then outfile = a