summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f9aec48)
raw | patch | inline | side by side (parent: f9aec48)
author | JazzyNico <nicoduf@yahoo.fr> | |
Mon, 31 Jan 2011 16:48:10 +0000 (17:48 +0100) | ||
committer | JazzyNico <nicoduf@yahoo.fr> | |
Mon, 31 Jan 2011 16:48:10 +0000 (17:48 +0100) |
src/extension/implementation/script.cpp | patch | blob | history |
index bc143fd14ece526f129b0c68576dc9d107e8081e..428ee626fd361f79342dc7624d67f192e62da165 100644 (file)
}
//Don't search when it is an absolute path. */
- if (!Glib::path_is_absolute(command)) {
+ if (Glib::path_is_absolute(command)) {
if (Glib::file_test(command, Glib::FILE_TEST_EXISTS)) {
return true;
} else {