aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <rostedt@goodmis.org>2017-02-16 17:47:26 -0500
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2017-04-26 10:49:42 -0400
commit39f166e86bdccb33618fd3c28672c92c6d0267ca (patch)
tree73e026db2f802c8bcaac21512e49f3a20f2137b7
parent69ddfbbdd1fddcb0bf9bb9395cfd91de451a98f1 (diff)
downloadtrace-cmd-39f166e86bdccb33618fd3c28672c92c6d0267ca.tar.gz
trace-cmd: Add a commented single quote to the Makefile
My emacs highlighting gets confused by the single escaped quote, and makes the rest of the file highlighted as if the rest of the file is part of a string. By adding a commented out single quote, my emacs editor displays everything nicely again. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 571af626..a3c6bfa3 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,7 @@ var_dir_SQ = '$(subst ','\'',$(var_dir))'
HELP_DIR = -DHELP_DIR=$(html_install)
HELP_DIR_SQ = '$(subst ','\'',$(HELP_DIR))'
+#' emacs highlighting gets confused by the above escaped quote.
BASH_COMPLETE_DIR ?= /etc/bash_completion.d