Skip to content
Snippets Groups Projects
Commit 524c2461 authored by Markus Blatt's avatar Markus Blatt
Browse files

[dunecontrol,bugfix] Fix another flase positve of patch 6b110c88

parent 28a0a956
No related branches found
No related tags found
No related merge requests found
......@@ -435,7 +435,7 @@ run_default_vcsetup() {
if [ -d .git -o -f .git ] ; then
# Read Whitespace-Hook setting from dune.module file
local SETUPGITHOOK="$($GREP -i "[$NOBLANK]*Whitespace-Hook:" dune.module | cut -d ':' -f2 | eval $PARSER_TRIM | tr '[:upper:]' '[:lower:]')"
local SETUPGITHOOK="$($GREP -i "^[$BLANK]*Whitespace-Hook:" dune.module | cut -d ':' -f2 | eval $PARSER_TRIM | tr '[:upper:]' '[:lower:]')"
if [ "x$SETUPGITHOOK" = "xyes" ]; then
# we have to install the Git whitespace hook
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment