diff options
| -rwxr-xr-x | os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh | 4 |
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 -----" |
