Changeset 7842 in josm for trunk/windows
- Timestamp:
- 2014-12-20T00:23:58+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/windows/josm-setup-unix.sh
-
Property svn:executable
set to
*
r7840 r7842 46 46 export VERSION=$1 47 47 export JOSM_BUILD="no" 48 export WEBKIT_DOWNL AD="yes"48 export WEBKIT_DOWNLOAD="yes" 49 49 export JOSM_FILE=$2 50 50 elif [ -n "$1" ]; then … … 52 52 export VERSION=$1 53 53 export JOSM_BUILD="no" 54 export WEBKIT_DOWNL AD="no"54 export WEBKIT_DOWNLOAD="no" 55 55 export JOSM_FILE="/home/josm/www/download/josm-tested.jar" 56 56 else -
Property svn:executable
set to
Note:
See TracChangeset
for help on using the changeset viewer.