summaryrefslogtreecommitdiff
path: root/setup_native/scripts/linuxpatchscript.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/scripts/linuxpatchscript.sh')
-rw-r--r--setup_native/scripts/linuxpatchscript.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_native/scripts/linuxpatchscript.sh b/setup_native/scripts/linuxpatchscript.sh
index 97dc39310a89..5378d8d84e4d 100644
--- a/setup_native/scripts/linuxpatchscript.sh
+++ b/setup_native/scripts/linuxpatchscript.sh
@@ -4,7 +4,7 @@ MYUID=`id | sed "s/(.*//g" | sed "s/.*=//"`
if [ $MYUID -ne 0 ]
then
- echo You need to have super-user permissions to run this patch script
+ echo You need to have super-user permissions to run this patch script
exit 1
fi
@@ -57,7 +57,7 @@ if [ "x$KDERPM" != "x" ]; then
fi
echo
-rpm --upgrade -v --hash --prefix $PRODUCTINSTALLLOCATION --notriggers $RPMLIST
+rpm --upgrade -v --hash --prefix $PRODUCTINSTALLLOCATION --notriggers $RPMLIST
echo
# Some RPM versions have problems with -U and --prefix