commit 3ac87b3

hovercats  ·  2024-05-14 09:59:11 +0000 UTC
parent f2b4428
muon: fix shellcheck
1 files changed,  +1, -1
+1, -1
1@@ -8,7 +8,7 @@ mv -f _ src/script/per_project_options.meson
2 
3 command -v muon > /dev/null || {
4       ./bootstrap.sh build
5-    export PATH=$PWD/build:$PATH
6+    export PATH="$PWD/build:$PATH"
7     
8 }
9