help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-bash] bash4-3 ,in configure file. help!


From: Ta
Subject: [Help-bash] bash4-3 ,in configure file. help!
Date: Tue, 8 Nov 2016 22:00:30 +0800

for bash4-3 ,in configure file:
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  emulate sh
  NULLCMD=:
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
  setopt NO_GLOB_SUBST




 what ${ZSH_VERSION+set} will do?
what command  the emulate is ?why i  cannot find the shell?
what setopt NO_GLOB_SUBST means?
thanks

reply via email to

[Prev in Thread] Current Thread [Next in Thread]