Added quotes for safety

This commit is contained in:
Nico Schottelius 2006-03-19 01:01:16 +01:00
parent 7951c72189
commit ba60e59a97
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ while [ "$i" -lt "$no_shares" ]; do
#
if [ -x "$c_pre_exec" ]; then
echo "Executing $c_pre_exec ..."
$c_pre_exec
"$c_pre_exec"
echo "Finished ${c_pre_exec}."
fi