summary refs log tree commit diff
diff options
context:
space:
mode:
-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 "$@"