diff --git a/customscripts/find_bytes b/customscripts/find_bytes index cc4b61e..bb2266d 100644 --- a/customscripts/find_bytes +++ b/customscripts/find_bytes @@ -8,5 +8,5 @@ else # -z decompress files if need be to scan them # -R recursive # ug -W -z -R '' "" - ug -W -z -R "'$1'" "$2" + ug -W -z -R $1 $2 fi