summaryrefslogtreecommitdiff
path: root/setup_native/scripts/downloadscript.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/scripts/downloadscript.sh')
-rw-r--r--setup_native/scripts/downloadscript.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/scripts/downloadscript.sh b/setup_native/scripts/downloadscript.sh
index e138ae057dd0..e399b05944ee 100644
--- a/setup_native/scripts/downloadscript.sh
+++ b/setup_native/scripts/downloadscript.sh
@@ -62,7 +62,7 @@ if [ -x /usr/bin/sum ] ; then
sum=`$tail_prog +$linenum $0 | /usr/bin/sum`
sum=`echo $sum | awk '{ print $1 }'`
-
+
if [ $sum != $checksum ]; then
echo "The download file appears to be corrupted. Please download PRODUCTNAMEPLACEHOLDER again."
exit 1