summaryrefslogtreecommitdiff
path: root/sdk/fetchsrc
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/fetchsrc')
-rwxr-xr-xsdk/fetchsrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/fetchsrc b/sdk/fetchsrc
index 1c03a92..46b72b0 100755
--- a/sdk/fetchsrc
+++ b/sdk/fetchsrc
@@ -13,6 +13,6 @@ if [ $? -ne 0 ];then
wget -q -O ${4} ${3}
if [ $? -ne 0 ];then
rm ${4}
- return 1
+ exit 1
fi
fi