From 896d00c206417b681c156f8cd2a43ee3fb5ddad2 Mon Sep 17 00:00:00 2001 From: Maxime Wack Date: Wed, 29 Jan 2020 01:28:16 +0100 Subject: [PATCH] Quote wildcard in stow calling script --- _stow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_stow b/_stow index a316582..5b9b8be 100755 --- a/_stow +++ b/_stow @@ -1 +1 @@ -stow -t ~ --no-folding --ignore=^_.* -v . +stow -t ~ --no-folding --ignore='^_.*' -v .