forked from ungleich-public/ccollect
Added quotes for safety
This commit is contained in:
parent
7951c72189
commit
ba60e59a97
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ while [ "$i" -lt "$no_shares" ]; do
|
||||||
#
|
#
|
||||||
if [ -x "$c_pre_exec" ]; then
|
if [ -x "$c_pre_exec" ]; then
|
||||||
echo "Executing $c_pre_exec ..."
|
echo "Executing $c_pre_exec ..."
|
||||||
$c_pre_exec
|
"$c_pre_exec"
|
||||||
echo "Finished ${c_pre_exec}."
|
echo "Finished ${c_pre_exec}."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue