diff options
| author | Alex Richardson <arichardson@FreeBSD.org> | 2018-02-06 15:41:35 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2018-02-06 15:41:35 +0000 |
| commit | fb1df203687ef6dde283e5cd2ee13c94b4c8dcd1 (patch) | |
| tree | edf55572a59a623c02abe5d00fa359507ed40a9c /bin/sh/mkbuiltins | |
| parent | c3a6ea5ba6b5a84a0884ae398920378d8efce268 (diff) | |
Notes
Diffstat (limited to 'bin/sh/mkbuiltins')
| -rwxr-xr-x | bin/sh/mkbuiltins | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/mkbuiltins b/bin/sh/mkbuiltins index fb77f509b0ba7..443a3dcbe7055 100755 --- a/bin/sh/mkbuiltins +++ b/bin/sh/mkbuiltins @@ -34,7 +34,7 @@ # @(#)mkbuiltins 8.2 (Berkeley) 5/4/95 # $FreeBSD$ -temp=`/usr/bin/mktemp -t ka` +temp=`mktemp -t ka` havehist=1 if [ "X$1" = "X-h" ]; then havehist=0 |
