Nek5000 / NekROM

Model-Order Reduction Framework for Nek5000
13 stars 3 forks source link

Remove the single quote in setting up MOR_DIR #222

Closed Ping-Hsuan closed 4 months ago

Ping-Hsuan commented 4 months ago

The single quote has confused users. They were trying to do the following:

export MOR_DIR='${HOME}/NekROM' for example, with the single quote kept. This does not work.

kent0 commented 4 months ago

Ok, in that case can you change to double quotes then? Technically no quotes is fine (and there's plenty of examples in my dotfiles), but stylistically it is frowned upon so we should do it 'correctly'.

Ping-Hsuan commented 4 months ago

Just change it to double quote.