minix/commands/scripts/gcc.sh

4 lines
102 B
Bash
Raw Normal View History

2005-08-30 19:55:10 +02:00
#!/bin/sh
echo "GCC and the GNU utils are in /usr/gnu. Please adjust your \$PATH accordingly."
exit 1