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:
parent
84399281fe
commit
d4227f9ff8
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue