u
This commit is contained in:
@@ -76,7 +76,7 @@ for input_file in "${@}"; do
|
||||
|
||||
if [[ -f "${new_file}" ]] || [[ -d "${new_file}" ]] ; then
|
||||
echo "${callback} ${new_file}"
|
||||
${callback} ${new_file}
|
||||
${callback} "${new_file}"
|
||||
else
|
||||
echo "ERROR: file not found: \"${new_file}\""
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user