Project

General

Profile

« Previous | Next » 

Revision 9075

*{.sh,run}: replaced extern with command, a shell builtin that does the same thing. this is also part of dash (the Bourne shell on Linux).

View differences:

table.run
28 28
input_make()
29 29
{
30 30
	echo_func
31
	extern make --directory="$top_dir"/.. "${@/#/$table/}"
31
	command make --directory="$top_dir"/.. "${@/#/$table/}"
32 32
}
33 33

  
34 34
map_table()

Also available in: Unified diff