fix infinite exec loop
authorTom Clegg <tom@clinicalfuture.com>
Mon, 21 Oct 2013 16:32:47 +0000 (12:32 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Mon, 21 Oct 2013 16:32:47 +0000 (12:32 -0400)
sdk/cli/bin/arv-crunch-job

index 264144852fc398404a07972652d6372b0a53c0e8..8455d99864375d2c32e01746be852948ec93d1b9 100755 (executable)
@@ -1,2 +1,2 @@
 #!/usr/bin/env ruby
-exec File.join(File.dirname(__FILE__), 'crunch-job'), *ARGV
+exec File.join(File.dirname(File.realpath(__FILE__)), 'crunch-job'), *ARGV