From 847c26e8dff1de80f2fefe6b50990570b6e87cef Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 10 Apr 2017 12:55:56 +0200 Subject: [PATCH] fixes typo in bin/compile-kernel --- bin/compile-kernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile-kernel b/bin/compile-kernel index d73984a..0a39113 100755 --- a/bin/compile-kernel +++ b/bin/compile-kernel @@ -13,6 +13,6 @@ if [[ $Q == "yes" ]]; then $KERNEL_UPDATE_CMD -x if [[ -d /usr/lib64/opengl/nvidia ]]; then - rm -f /opt/bin/nvidia-* /usr/bin/nvidia-*" + rm -f /opt/bin/nvidia-* /usr/bin/nvidia-* fi fi