Remove the symbolic link to empire and use the empire executable

directly.  Symbolic link fails for WIN32 empire because empire has
exe extension.
This commit is contained in:
Ron Koenderink 2007-12-23 22:16:37 +00:00
parent 84399281fe
commit d4227f9ff8
2 changed files with 3 additions and 4 deletions

View file

@ -30,6 +30,6 @@ runfeed() {
{
cat
echo "quit"
} | ./emp_client "$1" "$REP" || { warn "emp_client not ok ?" ; return 1 ; }
} | ../bin/empire "$1" "$REP" || { warn "empire not ok ?" ; return 1 ; }
return 0
}