oilshell.org

9 not-osh failures

distro/crankshaft/rpi_buildsystem/7_build_gpio2kbd.sh
  Line 4 of '_tmp/wild/src/distro/crankshaft/rpi_buildsystem/7_build_gpio2kbd.sh'
  HOME="`cd $0 >/dev/null 2>&1; pwd`" >/dev/null 2>&1
  ^~~~~
Global assignment shouldn't have redirects
NOTE: Performed 1158 ASDL_TYPE_CHECKs.

  
esoteric/setup.shl/bin/setup
  Line 117 of '_tmp/wild/src/esoteric/setup.shl/bin/setup'
                  errcmd=( "${SETUP_STATE[$err.cmd]}" )
                                              ^
Unexpected token in arithmetic context
NOTE: Performed 11245 ASDL_TYPE_CHECKs.

  
shell/modernish/uninstall.sh
  Line 118 of '_tmp/wild/src/shell/modernish/uninstall.sh'
  	is -L dir $installroot || exit 1 "not a directory: $installroot"
  	                                 ^
Unexpected argument to 'exit'
NOTE: Performed 9493 ASDL_TYPE_CHECKs.

  
shell/modernish/share/doc/modernish/examples/get-firefox.sh
  Line 30 of '_tmp/wild/src/shell/modernish/share/doc/modernish/examples/get-firefox.sh'
  	empty $version && exit 2 "Can't determine current Firefox-ESR version(s); pass one as an argument"
  	                         ^
Unexpected argument to 'exit'
NOTE: Performed 2621 ASDL_TYPE_CHECKs.

  
shell/modernish/share/doc/modernish/examples/copy-timestamps.sh
  Line 59 of '_tmp/wild/src/shell/modernish/share/doc/modernish/examples/copy-timestamps.sh'
  		( *		) exit -u 2			;;
  		   		          ^
Unexpected argument to 'exit'
NOTE: Performed 4707 ASDL_TYPE_CHECKs.

  
shell/modernish/share/doc/modernish/examples/testshells.sh
  Line 12 of '_tmp/wild/src/shell/modernish/share/doc/modernish/examples/testshells.sh'
  let $# || exit 2 "Specify one script to test, with optional arguments."
                   ^
Unexpected argument to 'exit'
NOTE: Performed 1476 ASDL_TYPE_CHECKs.

  
exp/shootout/timing.sh
  Line 110 of '_tmp/wild/src/exp/shootout/timing.sh'
  	echo $((time -p $* >/dev/null) 2>&1) | awk '{print $4 "u " $6 "s " $2 "r"}'
  	                ^~
Expected first ) to end arith sub, got '$*'
NOTE: Performed 8602 ASDL_TYPE_CHECKs.

  
cloud/sandstorm/install.sh
  NOTE: Performed 156086 ASDL_TYPE_CHECKs.

  
linux-4.8.7/tools/perf/perf-with-kcore.sh
  Line 59 of '_tmp/wild/src/linux-4.8.7/tools/perf/perf-with-kcore.sh'
  	KCORE=$(($SUDO "$PERF" buildid-cache -v -f -k /proc/kcore >/dev/null) 2>&1)
  	                      ^
Expected first ) to end arith sub, got ' '
NOTE: Performed 4650 ASDL_TYPE_CHECKs.