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.
master
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()

View File

@ -1,4 +1,4 @@
#!./tcc -run -L/usr/X11R6/lib -lX11
#!/usr/bin/env tcc -run -L/usr/X11R6/lib -lX11
#include <stdlib.h>
#include <stdio.h>
#include <X11/Xlib.h>