Make ex1.c and ex4.c be executable on any systems

Use /usr/bin/env to make ex1.c and ex4.c on any systems, wherever is
installed tcc.
This commit is contained in:
Thomas Preud'homme
2011-07-07 12:17:04 +02:00
parent a03346c06e
commit 27a428cd0f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! /usr/local/bin/tcc -run
#!/usr/bin/env tcc -run
#include <tcclib.h>
int main()