Avoid accidentally making "-h" a synonym for "fc".

Obtained from:	NetBSD
This commit is contained in:
Tim J. Robbins 2002-10-18 10:33:32 +00:00
parent b17996a47e
commit 728b72c237

View File

@ -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[])() = {'