Fixed missing dash in Linux startup script

https://github.com/OPM/ResInsight/issues/271
This commit is contained in:
Magne Sjaastad 2015-01-25 22:14:20 +01:00
parent eea5ac6d1d
commit 3b914c7ac0

View File

@ -11,5 +11,5 @@ cd "$INSTALL_PATH"
# Start the application making the default file open path become the users cwd
CommandLine="./ResInsight -startdir $WORKING_DIR $@"
CommandLine="./ResInsight --startdir $WORKING_DIR $@"
exec $CommandLine