In OSG-RSV, we reference
#!/bin/env
instead of
#!/usr/bin/env
Turns out that /bin/env does not exist on Debian or Suse 9, so RSV
doesn't work on those platforms (unless we made a symlink, like on other
linux platforms).
I've submitted this to Arvind, and I'm waiting for a fix from him. I'm
making this ticket to help keep track of this issue.