small pixel drawing of a pufferfish pa

Fix minor globbing bug
Jes Olson jolson@digitalocean.com
Wed, 28 Dec 2022 19:59:41 -0800
commit

3ae8d27af776616b748d0ccfe22cc052eb9f664b

parent

e5fb42b030d8b6a27813bd3c6678acf84ed622bd

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M papa

@@ -211,7 +211,7 @@ die "Couldn't change to password directory"

# Move any passwords hanging out in the old dir # for backwards-compat reasons - mv "$basedir/*.age" "$PA_DIR" 2>/dev/null + mv $basedir/*.age "$PA_DIR" 2>/dev/null # Ensure that globbing is disabled # to avoid insecurities with word-splitting.