Skip to content
Snippets Groups Projects
Commit bebc6955 authored by deuce's avatar deuce
Browse files

Put notice on stderr, not stdout.

parent 81515d8b
No related branches found
No related tags found
No related merge requests found
--- tools/ccopts.sh.orig 2019-06-20 12:48:39.586074000 -0400
+++ tools/ccopts.sh 2019-06-20 12:49:11.351406000 -0400
--- tools/ccopts.sh.orig 2019-06-20 12:51:38.118150000 -0400
+++ tools/ccopts.sh 2019-06-20 12:52:34.479052000 -0400
@@ -210,7 +210,8 @@
for includepath in $ODBCPATHS ; do
if [ -f $includepath ] ; then
echo "ODBC interface detected, enabling ODBC support." >&2 ;
- CCARGS="$CCARGS -DHAS_ODBC -I"$(dirname $includepath)"" ;
+ #CCARGS="$CCARGS -DHAS_ODBC -I"$(dirname $includepath)"" ;
+ echo "Hah ha ha, no. fuck off."
+ echo "Hah ha ha, no. fuck off." >&2 ;
break ;
fi
done
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