Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
buildsupport
Commits
df13f1af
Commit
df13f1af
authored
Jul 21, 2017
by
Maxime Perrotin
Browse files
Detect tty properly
parent
7fe28607
Changes
1
Hide whitespace changes
Inline
Side-by-side
c/build_script.c
View file @
df13f1af
...
...
@@ -52,7 +52,7 @@ void Create_script()
"# C_INCLUDE_PATH=/usr/include/xenomai/analogy/:${C_INCLUDE_PATH}
\n
"
"# unset USE_POHIC
\n\n
"
"CWD=$(pwd)
\n\n
"
"if [ -t
0
] ; then
\n
"
"if [ -t
1
] ; then
\n
"
" COLORON=
\"\\
e[1m
\\
e[32m
\"\n
"
" COLOROFF=
\"\\
e[0m
\"\n
"
"else
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment