~hilaire-fernandes/drgeo/trunk

« back to all changes in this revision

Viewing changes to build/VMs/linux-mac-windows/vm-2014-06-10/DrGeo.app/DrGeo.sh

  • Committer: Hilaire Fernandes
  • Date: 2015-11-12 14:01:55 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20151112140155-rdfkime7w3cd2ujl
updated linux start script to handle space in the image path

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
APP=`dirname "$0"`
7
7
APP=`cd "$APP";pwd`
 
8
 
8
9
VM="$APP/Contents/Linux"
9
10
RESOURCES="$APP/Contents/Resources"
10
11
image="$RESOURCES/drgeo.image"
 
12
 
11
13
NB_ARG=$#
12
14
# Help
13
15
drgeoHelp () {
84
86
    --encoding utf-8 \
85
87
    -vm-display-X11 \
86
88
    -title "Dr.Geo" \
87
 
    $image \
 
89
    "$image" \
88
90
    $DRGEO_OPT"$filename"
89
91
 
90
92