Fix a bug where the projectlibre executable script failed to check the non-existence of the XDG_CONFIG_HOME variable, due to missing quote marks. In fact test -d returns true, whereas test -d "" returns false as we expected.
Fixes T9023.
Differential D8936
Fix path checking in projectlibre executable Authored by livingsilver94 on May 25 2020, 12:11 PM. Tags None Referenced Files
Subscribers
Details
Fix a bug where the projectlibre executable script failed to check the non-existence of the XDG_CONFIG_HOME variable, due to missing quote marks. In fact test -d returns true, whereas test -d "" returns false as we expected. Fixes T9023. unset XDG_CONFIG_HOME projectlibre Now projectlibre starts correctly.
Diff Detail
Event TimelineComment Actions LGTM but your summary needs to be fixed. We're in the 21st century, 80 col should not be a thing :P Comment Actions TBH I just wrote the summary as I felt it comfortable in the terminal, the 80-cols rule came out unintentionally :P |