We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee12b8d commit 8b6b995Copy full SHA for 8b6b995
R/auk-set-awk-path.r
@@ -34,7 +34,7 @@ auk_set_awk_path <- function(path, overwrite = FALSE) {
34
error = function(e) list(result = NULL),
35
warning = function(e) list(result = NULL)
36
)
37
- if (is.null(awk_test$result) || awk_test$result == "") {
+ if (is.null(awk_test$result)) {
38
stop("Specified AWK_PATH doesn't contain a valid AWK executable.")
39
}
40
0 commit comments