summary refs log tree commit diff
path: root/port/caesar
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-12-16 15:36:20 -0500
committerJune McEnroe <june@causal.agency>2018-12-16 15:36:20 -0500
commita67d6fdacff3a8bbef0147e8ac114f2bc019eb99 (patch)
tree7ec75ab07cf1839297122f88c5aea63702364235 /port/caesar
parentRemove explicit Os from gfx man pages (diff)
downloadsrc-a67d6fdacff3a8bbef0147e8ac114f2bc019eb99.tar.gz
src-a67d6fdacff3a8bbef0147e8ac114f2bc019eb99.zip
Fix rot13 port bin path
Diffstat (limited to 'port/caesar')
-rw-r--r--port/caesar/rot13.sh2
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 "$@"