Skip to content

Commit 5146345

Browse files
author
Rudolf Schlatte
committed
Fix scripts for abstools v1.8.0
1 parent 8289736 commit 5146345

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/bin/envisage/outline/absoutline.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
. envisage/envisage_settings.sh
44

5-
java -jar $ABSFRONTEND -outline $@ 2> /tmp/absoutline.stderr
5+
java -jar $ABSFRONTEND --outline $@ 2> /tmp/absoutline.stderr
66

77
if [ $? == 1 ]; then
88
echo "<eiout>"

server/bin/envisage/simulator/erlangbackend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ outzip=$downloadroot/erlang.zip
2121
echo "<eiout>"
2222
echo "<eicommands>"
2323

24-
env HOME=$outdir $ABSTOOLSHOME/frontend/bin/bash/absc -v -erlang -d $outdir $files &> $streamroot/erlangbackend.stderr
24+
env HOME=$outdir $ABSTOOLSHOME/frontend/bin/bash/absc -v --erlang -d $outdir $files &> $streamroot/erlangbackend.stderr
2525

2626
if [ $? == 0 ]; then
2727

0 commit comments

Comments
 (0)