From f539f387d66217d8ebe0b640229fc3675c903b27 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 12 Sep 2014 17:45:35 -0700 Subject: [PATCH] specify batch as a single option --- scan_stuff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan_stuff b/scan_stuff index 152199c..8b08761 100755 --- a/scan_stuff +++ b/scan_stuff @@ -93,7 +93,7 @@ $last_num++; exec('scanimage','-d',$options{device}, '--source','ADF Duplex','--mode','Gray','--format','tiff', - '--batch','out_'.sprintf('%03d',$last_num).'_%03d.tif'); + '--batch=out_'.sprintf('%03d',$last_num).'_%03d.tif'); __END__ -- 2.39.2