Searched refs:BSHELL (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/procmail-14/procmail/
H A DMakefile103 BSHELL = /bin/sh macro
123 @$(BSHELL) -c "exit 0"
128 $(BSHELL) ./initmake $(BSHELL) "$(SHELL)" "$(RM)" "$(MV)" "$(LN)" \
139 @$(BSHELL) -c "exit 0"
H A Dinitmake15 BSHELL=$1
22 echo "Your BSHELL=$BSHELL seems to be severely handicapped."
23 case "$BSHELL" in
28 echo "Please edit the Makefile and try setting BSHELL to a shell which"
77 test -z "$SHELL" && SHELL=$BSHELL
/macosx-10.10.1/groff-38/groff/src/include/
H A Dnonposix.h86 # define BSHELL (system_shell_name()) macro
195 #ifndef BSHELL
196 # define BSHELL "/bin/sh" macro
202 # define IS_BSHELL(s) ((s) && strcmp(s,BSHELL) == 0)
/macosx-10.10.1/groff-38/groff/src/roff/groff/
H A Dgroff.cpp347 commands[SPOOL_INDEX].set_name(BSHELL);

Completed in 96 milliseconds