mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Fixed missing dash in Linux startup script
https://github.com/OPM/ResInsight/issues/271
This commit is contained in:
parent
eea5ac6d1d
commit
3b914c7ac0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user