mirror of
https://github.com/clearlinux/usrbinjava.git
synced 2026-09-02 03:41:35 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
924d209803 |
+1
-1
@@ -67,7 +67,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
strcat(java, "/bin/");
|
||||
strncat(java, argv[0], 25);
|
||||
strncat(java, basename(argv[0]), 25);
|
||||
|
||||
// If cannot access
|
||||
if (access(java, X_OK)) {
|
||||
|
||||
Reference in New Issue
Block a user