mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-04 06:14:50 +01:00
zsh-workers/8346
This commit is contained in:
parent
4540e0eba5
commit
a032d24a4e
1 changed files with 3 additions and 3 deletions
|
@ -192,9 +192,9 @@ AC_ARG_ENABLE(ansi2knr,
|
|||
[ansi2knr="$enableval"], [ansi2knr=default])
|
||||
|
||||
dnl Do you want to disable restricted on r* commands
|
||||
undefine([resticted-r])dnl
|
||||
AC_ARG_ENABLE(resticted-r,
|
||||
[ --disable-resticted-r turn off restricted shell if the invoked command is r*],
|
||||
undefine([restricted-r])dnl
|
||||
AC_ARG_ENABLE(restricted-r,
|
||||
[ --disable-restricted-r turn off restricted shell if the invoked command is r*],
|
||||
[if test x$enableval = xyes; then
|
||||
AC_DEFINE(RESTRICTED_R)
|
||||
fi],
|
||||
|
|
Loading…
Reference in a new issue