From ac966231dfcac8990351ebf95c8c95a92cc41ec9 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 25 Jun 2022 14:05:01 +0300 Subject: [PATCH] exifrm.sh friendliness to spaces --- img/bin/exifrm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/img/bin/exifrm.sh b/img/bin/exifrm.sh index 0474704..d35035f 100755 --- a/img/bin/exifrm.sh +++ b/img/bin/exifrm.sh @@ -1,3 +1,3 @@ #!/bin/sh -exiftool -all= -overwrite_original $@ +exiftool -all= -overwrite_original "$1" -- 2.44.0