Best reviewed with "git show -w" or similar.
Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
# matter...
_stats_changed=false
if nfs_stats_check_changed \
- "$_rpc_service" "$service_stats_cmd"; then
+ "$_rpc_service" "$service_stats_cmd"; then
_stats_changed=true
fi
simple_test
fi
-
cat <<EOF
--------------------------------------------------
EOF
debug "Mark share $_n as missing share \"$_i\""
rmdir "$_i"
_t=$(printf "ERROR: %s directory \"%s\" not available" \
- "$_type" "${_i}")
+ "$_type" "${_i}")
_out="${_out}${_out:+${_nl}}${_t}"
done
_n=$((_n + 1))