Skip to content
Snippets Groups Projects
Commit 71065442 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- minor: indent

parent b8a51bb6
Branches
No related tags found
No related merge requests found
...@@ -463,7 +463,7 @@ exec_cmd() { ...@@ -463,7 +463,7 @@ exec_cmd() {
touch "${log}" touch "${log}"
chmod o+w "${log}" chmod o+w "${log}"
debug "scan_file, calling cmd='${cmd}'" debug "scan_file, calling cmd='${cmd}'"
eval "${cmd} >>\"${log}\" 2>&1" eval "${cmd} >>\"${log}\" 2>&1"
local is_valid=$? local is_valid=$?
check_argument_notempty "${is_valid}" check_argument_notempty "${is_valid}"
stop_t=$(date +"%s") stop_t=$(date +"%s")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment