mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
`cat' is usually in /bin, not /usr/bin, at least on our systems.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11690 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -99,7 +99,7 @@ static void PrintStackTrace() {
|
|||||||
execlp("c++filt", "c++filt", 0);
|
execlp("c++filt", "c++filt", 0);
|
||||||
execlp("gc++filt", "gc++filt", 0);
|
execlp("gc++filt", "gc++filt", 0);
|
||||||
execlp("cat", "cat", 0);
|
execlp("cat", "cat", 0);
|
||||||
execlp("/usr/bin/cat", "cat", 0);
|
execlp("/bin/cat", "cat", 0);
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user