summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh
diff options
context:
space:
mode:
authorMichael Janczyk2009-05-28 18:45:36 +0200
committerMichael Janczyk2009-05-28 18:45:36 +0200
commitae575e51e13dbf4a39e5c57f71c1f58b077eb931 (patch)
tree29c6055f863b79c0cf1ad59a97f3a3d6fab78083 /os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh
parentupdate radeon 2400XT (diff)
downloadcore-ae575e51e13dbf4a39e5c57f71c1f58b077eb931.tar.gz
core-ae575e51e13dbf4a39e5c57f71c1f58b077eb931.tar.xz
core-ae575e51e13dbf4a39e5c57f71c1f58b077eb931.zip
newline after echo
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2889 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh')
-rwxr-xr-xos-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh b/os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh
index f834bbac..d44c53fd 100755
--- a/os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh
+++ b/os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh
@@ -96,7 +96,7 @@ case ${TARGET} in
echo "ok"
else
if $(cat /tmp/dkms.log | grep -q "has already"); then
- echo -n "--- fglrx module already built ---"
+ echo "--- fglrx module already built ---"
else
echo "fail"
echo "------ dkms.log -----"
@@ -196,7 +196,7 @@ case ${TARGET} in
echo "ok"
else
if $(cat /tmp/dkms.log | grep -q "has already"); then
- echo -n "--- nvidia module already built ---"
+ echo "--- nvidia module already built ---"
else
echo "fail"
echo "------ dkms.log -----"