mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
fa7ab98bbc
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.
4 lines
65 B
Bash
4 lines
65 B
Bash
#!/bin/sh
|
|
echo "qsh is not supported on this system" 1>&2
|
|
exit 1
|