Sha256: 0b270143179851f8f1cd15f5f62d34bc207717e93befc627f630bad510dccdb4
Contents?: true
Size: 355 Bytes
Versions: 16
Compression:
Stored size: 355 Bytes
Contents
Execute.define_task do desc "dtach_installed", "Check if dtach is installed.", :hide => true def dtach_installed if !windows? and (`which dtach` == '') puts "WARNING: dtach not installed or not on path, some tasks will not work!" puts " Install with '[sudo] rhoconnect dtach-install'" exit end end #dtach_installed end #do
Version data entries
16 entries across 16 versions & 1 rubygems