Skip to content
Snippets Groups Projects
Commit 96cd3d60 authored by Niklas Hambüchen's avatar Niklas Hambüchen
Browse files

autoconf: Change quotes in description.

The unbalanced single-quotes cause many editor syntax highlighters
to interpret the rest of the file as a string literal, making it easier
to make syntax mistakes in absence of proper highlighting.
parent 5c8f4772
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ esac
AC_MSG_RESULT($system)
AC_SUBST(system)
AC_DEFINE_UNQUOTED(SYSTEM, ["$system"], [platform identifier (`cpu-os')])
AC_DEFINE_UNQUOTED(SYSTEM, ["$system"], [platform identifier ('cpu-os')])
# State should be stored in /nix/var, unless the user overrides it explicitly.
......
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