From 0be9de24eefbbca870c6d0137eab7d305776753f Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 24 Apr 2000 13:21:26 +0000 Subject: Don't rely upon /usr/games being in PATH, include it explicitly. Fixes PR 9968 by yyrkoo@imrryr.org. --- caesar/rot13.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'caesar') diff --git a/caesar/rot13.sh b/caesar/rot13.sh index 66297fd0..51517a13 100644 --- a/caesar/rot13.sh +++ b/caesar/rot13.sh @@ -1,5 +1,5 @@ #!/bin/sh - -# $NetBSD: rot13.sh,v 1.2 1995/03/21 15:08:23 cgd Exp $ +# $NetBSD: rot13.sh,v 1.3 2000/04/24 13:21:26 hubertf Exp $ # # Copyright (c) 1992, 1993 # The Regents of the University of California. All rights reserved. @@ -35,4 +35,6 @@ # @(#)rot13.sh 8.1 (Berkeley) 5/31/93 # +PATH="/usr/games:$PATH"; export PATH + caesar 13 $* -- cgit v1.2.3-56-ge451