Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1@@ -35,7 +35,7 @@ 2 BIN_DIR=${SMLNJ_HOME}/bin 3 fi 4 5-ARCH_N_OPSYS=`"$BIN_DIR/.arch-n-opsys $SIZE_OPT"` 6+ARCH_N_OPSYS=`$BIN_DIR/.arch-n-opsys $SIZE_OPT` 7 if [ "$?" != "0" ]; then 8 die "unable to determine architecture/operating system" 9 fi