oilshell.org

16 not-shell failures

books/wicked_cool_shell_scripts_2e/1/hilow_broken
  Line 7 of '_tmp/wild/src/books/wicked_cool_shell_scripts_2e/1/hilow_broken'
  number=$(( $$ % $biggest )    # random number, between 1 and $biggest
                            ^~~~
Expected second ) to end arith sub, got '    '

  
illumos-gate/usr/src/lib/libshell/common/data/bash_pre_rc.sh
  Line 62 of '_tmp/wild/src/illumos-gate/usr/src/lib/libshell/common/data/bash_pre_rc.sh'
  	.sh.value=${.sh.value//+([[:space:]])on*([[:space:]])/:}
  	            ^
Unexpected token '.'

  
illumos-gate/usr/src/lib/libshell/common/scripts/shlint.sh
  Line 65 of '_tmp/wild/src/illumos-gate/usr/src/lib/libshell/common/scripts/shlint.sh'
  typeset progname="${ basename "${0}" ; }"
                      ^
Unexpected token ' '

  
illumos-gate/usr/src/lib/libshell/common/scripts/shtinyurl.sh
  Line 59 of '_tmp/wild/src/illumos-gate/usr/src/lib/libshell/common/scripts/shtinyurl.sh'
  	[[ "$h" != ~(Eil)HTTP/.* ]]         && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return 1 ; }
  	            ^
Expected ]]

  
illumos-gate/usr/src/lib/libshell/common/scripts/shcalc.sh
  Line 84 of '_tmp/wild/src/illumos-gate/usr/src/lib/libshell/common/scripts/shcalc.sh'
  typeset progname="${ basename "${0}" ; }"
                      ^
Unexpected token ' '

  
illumos-gate/usr/src/lib/libshell/common/scripts/termclock.sh
  Line 66 of '_tmp/wild/src/illumos-gate/usr/src/lib/libshell/common/scripts/termclock.sh'
  		if [[ ${TERM} == ~(Elr)(vt100|vt220|xterm|xterm-color|dtterm) ]] ; then
  		                  ^
Expected ]]

  
esoteric/shasm/shasm.sh
  Line 1 of '_tmp/wild/src/esoteric/shasm/shasm.sh'
  # shasm                                                 main
  ^
Unexpected end of input

  
gnu/glibc-2.23/posix/tst-getconf.sh
  Line 240 of '_tmp/wild/src/gnu/glibc-2.23/posix/tst-getconf.sh'
  eval:(defun frobme () (set-file-modes buffer-file-name file-mode))
        ^~~~~
Expected word type Right_FuncDef, got Word_Compound

  
gnu/glibc-2.23/posix/globtest.sh
  Line 807 of '_tmp/wild/src/gnu/glibc-2.23/posix/globtest.sh'
  eval:(defun frobme () (set-file-modes buffer-file-name file-mode))
        ^~~~~
Expected word type Right_FuncDef, got Word_Compound

  
google/kythe/kythe/extractors/openjdk/extract.sh
  Line 30 of '_tmp/wild/src/google/kythe/kythe/extractors/openjdk/extract.sh'
  find ${=sp} -name "*.java" > /tmp/srcs.txt
         ^
Unexpected token '='

  
freebsd-11.1/usr.bin/uuencode/tests/regress.sh
  Line 5 of '_tmp/wild/src/freebsd-11.1/usr.bin/uuencode/tests/regress.sh'
  REGRESSION_START($1)
                   ^~
Expected word type Right_FuncDef, got Word_Compound

  
freebsd-11.1/usr.bin/tr/tests/regress.sh
  Line 5 of '_tmp/wild/src/freebsd-11.1/usr.bin/tr/tests/regress.sh'
  REGRESSION_START($1)
                   ^~
Expected word type Right_FuncDef, got Word_Compound

  
freebsd-11.1/usr.bin/sed/tests/regress.sh
  Line 3 of '_tmp/wild/src/freebsd-11.1/usr.bin/sed/tests/regress.sh'
  REGRESSION_START($1)
                   ^~
Expected word type Right_FuncDef, got Word_Compound

  
freebsd-11.1/usr.bin/join/tests/regress.sh
  Line 5 of '_tmp/wild/src/freebsd-11.1/usr.bin/join/tests/regress.sh'
  REGRESSION_START($1)
                   ^~
Expected word type Right_FuncDef, got Word_Compound

  
linux-4.8.7/scripts/ld-version.sh
  Line 4 of '_tmp/wild/src/linux-4.8.7/scripts/ld-version.sh'
  	gsub(".*\\)", "");
  	     ^
Expected word type Right_FuncDef, got Word_Compound

  
linux-4.8.7/tools/perf/perf-completion.sh
  Line 194 of '_tmp/wild/src/linux-4.8.7/tools/perf/perf-completion.sh'
  		for c in ${=1}; do
  		           ^
Unexpected token '='