35a75f198c
and exist with an error code. This is useful on clusters where qsh is not supported (common since it requires xterm to be installed on each node). Since I did not changed the default, I did not bump PORTREVISION.
3 lines
65 B
Bash
3 lines
65 B
Bash
#!/bin/sh
|
|
echo "qsh is not supported on this system" 1>&2
|
|
exit 1
|