brainix/sources/nixpkgs/pkgs/development/compilers/smlnj/heap2exec.diff
2026-02-13 17:06:24 +09:00

9 lines
243 B
Diff

@@ -35,7 +35,7 @@
BIN_DIR=${SMLNJ_HOME}/bin
fi
-ARCH_N_OPSYS=`"$BIN_DIR/.arch-n-opsys $SIZE_OPT"`
+ARCH_N_OPSYS=`$BIN_DIR/.arch-n-opsys $SIZE_OPT`
if [ "$?" != "0" ]; then
die "unable to determine architecture/operating system"
fi