From 516f6cbc509a7cd46bacc63b2b8136b68c99aa64 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 18 Dec 2022 11:58:06 -0500 Subject: fix stow invocation --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 5d0f3ad..b77d843 100755 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euo pipefail -STOW="stow -R --no-folding" +STOW="stow --no-folding" cd "$(dirname $0)" git submodule update --init --recursive --depth 1 -- cgit v1.2.3