j
k
j a
j l
unless File.executable?(path) next if File.symlink?(path)
unless File.executable?(path)
next if File.symlink?(path)
Skip all symlinks here? How about skipping 'wait' only?
Thanks, RenWen
log_warn "skip non-executable #{path}" unless path =~ /\.cr$/ next end -- 2.23.0
log_warn "skip non-executable #{path}" unless path =~ /\.cr$/ next end
-- 2.23.0
Back to the thread
Back to the list