From c70c214bbc0ffde5b0f665acc8845fb3466c6c28 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 8 Dec 2018 21:47:33 +0100 Subject: bin/realtime-suggestions: Fixing unitialized variable in message printout. --- bin/realtime-suggestions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/realtime-suggestions b/bin/realtime-suggestions index 632825a..45a1fff 100755 --- a/bin/realtime-suggestions +++ b/bin/realtime-suggestions @@ -112,7 +112,7 @@ check_config_no_hz() { if [ -e "${kernel_config}" ]; then for config in "${configs[@]}"; do if ! zgrep -q "$config" "$kernel_config"; then - echo "$change $config1 needs to be set for your kernel for 'dynamic ticks' support $config_ref." + echo "$change $config needs to be set for your kernel for 'dynamic ticks' support $config_ref." fi done else -- cgit v1.2.3-54-g00ecf