summary refs log tree commit diff
path: root/pkgs/development/compilers/smlnj/heap2exec.diff
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/smlnj/heap2exec.diff')
-rw-r--r--pkgs/development/compilers/smlnj/heap2exec.diff9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/development/compilers/smlnj/heap2exec.diff b/pkgs/development/compilers/smlnj/heap2exec.diff
new file mode 100644
index 00000000000..ef21a8e7f07
--- /dev/null
+++ b/pkgs/development/compilers/smlnj/heap2exec.diff
@@ -0,0 +1,9 @@
+@@ -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