aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang14/files/patch-aj
blob: 6b8104ce7904ff5bf93f080bfa1c97be2d576aaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

$FreeBSD$

--- erts/etc/unix/Install.src.orig	Wed Mar  5 17:20:07 2003
+++ erts/etc/unix/Install.src	Wed Mar  5 17:21:04 2003
@@ -119,7 +119,8 @@
 sed -e "s;%EMU%;%EMULATOR%%EMULATOR_NUMBER%;" $ERL_ROOT/erts-%I_VSN%/bin/start_erl.src > start_erl
 chmod 755 start_erl
 
-if [ -d $ERL_ROOT/lib/sasl* ]
+set $ERL_ROOT/lib/sasl*
+if [ -d $1 ]
 then
     (cd $ERL_ROOT/releases
      echo %I_VSN% %I_SYSTEM_VSN% > start_erl.data)
@@ -193,4 +194,4 @@
     ./misc/format_man_pages $ERL_ROOT
 fi
 
-
+exit 0