From e3e44a1f6652083328119e8f894b81c88d1ab607 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 16 Dec 2018 15:36:20 -0500 Subject: Fix rot13 port bin path --- port/caesar/rot13.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'port') 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 "$@" -- cgit 1.4.1 ' onchange='this.form.submit();'> dontfiles
summary refs log tree commit diff
path: root/etc/CodeQWERTY.bundle/Contents/Resources (unfollow)
Commit message (Expand)Author
2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe
2021-01-19Don't use a pager if reading standard inputJune McEnroe
2021-01-19Support BSD make syntax and match *.amJune McEnroe
2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe
2021-01-18Allow matching lexers using first input lineJune McEnroe