From 6a5287dbb560a94018faaa8eaaff0fb69452c77c Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 21 Apr 2008 19:26:56 +0000 Subject: Typo --- sh/net.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/net.sh.in') diff --git a/sh/net.sh.in b/sh/net.sh.in index 3f42f9c..8f53a86 100644 --- a/sh/net.sh.in +++ b/sh/net.sh.in @@ -473,7 +473,7 @@ start() _up 2>/dev/null for module in ${MODULES}; do - if [ "$(command -v "${module}_pre_start")" = "${module}_pre_start"]; then + if [ "$(command -v "${module}_pre_start")" = "${module}_pre_start" ]; then ${module}_pre_start || exit $? fi done -- cgit v1.2.3