aboutsummaryrefslogtreecommitdiff
path: root/examples/ex1.c
diff options
context:
space:
mode:
authorgrischka <grischka>2012-06-12 15:45:13 +0200
committergrischka <grischka>2012-06-12 15:45:13 +0200
commitad5f3758c38f2364f03205dcb9fd48142d2d4499 (patch)
tree08e5102b995af057f84d71866100c1542a1b183b /examples/ex1.c
parent27d38bf23f74d342a2b2c2065a72727c0d0d5e0d (diff)
downloadtinycc-ad5f3758c38f2364f03205dcb9fd48142d2d4499.tar.gz
tinycc-ad5f3758c38f2364f03205dcb9fd48142d2d4499.tar.bz2
Revert "Make ex1.c and ex4.c be executable on any systems"
Using /usr/bin/env tcc doesn't work as it was reported. Revert to using the full path which fails if the user installs tcc in non-default location. Then again this is just an example. This reverts commit 27a428cd0fae475d7377e1dbe218c064ee217d85.
Diffstat (limited to 'examples/ex1.c')
-rwxr-xr-xexamples/ex1.c2
1 files changed, 1 insertions, 1 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()