summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-10-18 10:33:32 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-10-18 10:33:32 +0000
commit728b72c2375a99c9c8e144e2f7c900ef51b3578a (patch)
tree5f161ca4bda24745cdcb235832a2cdc78d57fa4c /bin
parentb17996a47e8e20ebc6f69fccbc5e69ee4bb6bc37 (diff)
Notes
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sh/mkbuiltins2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/mkbuiltins b/bin/sh/mkbuiltins
index e4beb76b2f2a..4ba301c250d2 100755
--- a/bin/sh/mkbuiltins
+++ b/bin/sh/mkbuiltins
@@ -60,7 +60,7 @@ cat <<\!
!
awk '/^[^#]/ {if(('$havejobs' || $2 != "-j") && ('$havehist' || $2 != "-h")) \
- print $0}' builtins.def | sed 's/-j//' > $temp
+ print $0}' builtins.def | sed 's/-[hj]//' > $temp
awk '{ printf "int %s();\n", $1}' $temp
echo '
int (*const builtinfunc[])() = {'