From e638cdf4673c2ca46ebf699427b8f0c09d659407 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:35:57 +0100 Subject: [PATCH] fix: use correct comment style --- packages/loot-core/bin/build-browser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/loot-core/bin/build-browser b/packages/loot-core/bin/build-browser index c2888de..0ae89a5 100755 --- a/packages/loot-core/bin/build-browser +++ b/packages/loot-core/bin/build-browser @@ -23,7 +23,7 @@ if [ $NODE_ENV == 'development' ]; then # will block WEBPACK_ARGS="$WEBPACK_ARGS --watch" if [ "$OSTYPE" == "msys" ]; then - // Ensure symlinks are created as native Windows symlinks. + # Ensure symlinks are created as native Windows symlinks. export MSYS=winsymlinks:nativestrict fi ln -snf "$ROOT"/../lib-dist/browser ../../desktop-client/public/kcab