summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2012-06-12 17:51:49 +0200
committerThomas Preud'homme <robotux@celest.fr>2012-06-12 17:51:49 +0200
commit9cb064c2db59fb92a3cee7c0e9fd447aec2083f3 (patch)
tree08e5102b995af057f84d71866100c1542a1b183b /examples
parentd178eb7650ef7356ca4e6d9d64ac242dcff64811 (diff)
Imported Upstream version 0.9.26~git20120612.ad5f375
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/ex1.c2
-rwxr-xr-xexamples/ex4.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/ex1.c b/examples/ex1.c
index 87d6019..3d2a3e1 100755
--- a/examples/ex1.c
+++ b/examples/ex1.c
@@ -1,4 +1,4 @@
-#!/usr/bin/env tcc -run
+#!/usr/local/bin/tcc -run
#include <tcclib.h>
int main()
diff --git a/examples/ex4.c b/examples/ex4.c
index 7611910..f92c0da 100755
--- a/examples/ex4.c
+++ b/examples/ex4.c
@@ -1,4 +1,4 @@
-#!/usr/bin/env tcc -run -L/usr/X11R6/lib -lX11
+#!/usr/local/bin/tcc -run -L/usr/X11R6/lib -lX11
#include <stdlib.h>
#include <stdio.h>
#include <X11/Xlib.h>