From d19fde901a22dbffcce0bbfdb457b71f0d301a96 Mon Sep 17 00:00:00 2001 From: "mauro.giachero" Date: Thu, 30 Apr 2009 07:46:26 +0000 Subject: [PATCH] Fix typo. Signed-off-by: Mauro Giachero --- src/usr/sbin/sbopkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index e62184a..e860eaa 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -2911,7 +2911,7 @@ check_for_latest() { package:\n\n$NEWSBOPKG\n\nThe new sbopkg package will saved \ to your OUTPUT directory: $OUTPUT")" 13 50 if [[ $? != 0 ]]; then - return 0` + return 0 fi fi else