search for: as_var

Displaying 2 results from an estimated 2 matches for "as_var".

2009 May 04
2
[LLVMdev] configure problems under msys
...kdump<br> 0 [main] sh 816 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump<br> 0 [main] sh 5032 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump<br> ./configure: line 113: 5032 Segmentation fault (core dumped) ( set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`" )<br> 0 [main] sh 3932 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump<br> 0 [main] sh 5180 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump<br> ./configure: line 113: 5180 Segmentation fault (core dump...
2015 Sep 25
2
Build of supermin 5 on Ubuntu 14.04 LTS
...ot; >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CD...