summary refs log tree commit diff
path: root/pkgs/development/compilers/smlnj/heap2exec.diff
blob: ef21a8e7f0727a22cff3fd354f3ef9873a59faf7 (plain) (blame)
1
2
3
4
5
6
7
8
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