diff options
author | June McEnroe <june@causal.agency> | 2018-12-16 15:36:20 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-12-16 15:36:20 -0500 |
commit | e3e44a1f6652083328119e8f894b81c88d1ab607 (patch) | |
tree | aa9b6240065bdb63a6dd074ed956c3e68f291ab9 /port | |
parent | Remove explicit Os from gfx man pages (diff) | |
download | src-e3e44a1f6652083328119e8f894b81c88d1ab607.tar.gz src-e3e44a1f6652083328119e8f894b81c88d1ab607.zip |
Fix rot13 port bin path
Diffstat (limited to '')
-rw-r--r-- | port/caesar/rot13.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/port/caesar/rot13.sh b/port/caesar/rot13.sh index 19f8aecf..8ce4b94e 100644 --- a/port/caesar/rot13.sh +++ b/port/caesar/rot13.sh @@ -30,4 +30,4 @@ # @(#)rot13.sh 8.1 (Berkeley) 5/31/93 # $FreeBSD: releng/11.2/usr.bin/caesar/rot13.sh 278616 2015-02-12 05:35:00Z cperciva $ -exec /usr/bin/caesar 13 "$@" +exec caesar 13 "$@" |