Check-in [d39bd5597c]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Update do
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: d39bd5597c578517a7498fbabb8dbf3dfb79c225
User & Date: bernd 2019-06-20 14:01:44.792
Context
2019-06-20
19:45
/sync bug fixed check-in: 35e82dc6d7 user: bernd tags: trunk
14:01
Update do check-in: d39bd5597c user: bernd tags: trunk
13:47
Bump version number check-in: da810891c3 user: bernd tags: trunk, 0.9.0-20190620
Changes
Unified Diff Ignore Whitespace Patch
Changes to do.
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

echo "This script builds net2o from scratch"

GFORTH=gforth-0.7.9_20190606

if [ "$(uname -o)" = "Cygwin" ]
then
    CONFOPT="--prefix=/usr $*"
else
    CONFOPT="$*"
fi




|







1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

echo "This script builds net2o from scratch"

GFORTH=gforth-0.7.9_20190620

if [ "$(uname -o)" = "Cygwin" ]
then
    CONFOPT="--prefix=/usr $*"
else
    CONFOPT="$*"
fi