mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Fixed missing dash in Linux startup script
https://github.com/OPM/ResInsight/issues/271
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user