Commit graph

2 commits

Author SHA1 Message Date
Advait Patel
c1b1e569e8 Fix Unsafe Command Expansion in build-tplprev.sh
The script uses `cd $(git rev-parse --show-toplevel)`, which fails if the path has spaces.

Therefore, replaced `cd $(command)` with `cd "$(command)"` to properly handle spaces.

After these changes. it prevents build failures due to incorrect path handling and improves error reporting too.
2025-02-20 01:11:18 -06:00
nils måsén
9180e9558e
feat(docs): add template preview (#1777) 2023-10-02 16:11:04 +02:00