1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00

add ability to import to no profile with ALL

This commit is contained in:
deadc0de6
2022-09-03 08:44:47 +02:00
committed by deadc0de
parent 2ed28ceeda
commit 7974939e68
5 changed files with 180 additions and 15 deletions

View File

@@ -99,7 +99,7 @@ cd ${ddpath} | ${bin} import -f --verbose -c ${cfg} -p p2 \
# count dotfiles for p2
cnt=`cd ${ddpath} | ${bin} files --verbose -c ${cfg} -p p2 -b | grep '^f_' | wc -l`
[ "${cnt}" != "4" ] && exit 1
[ "${cnt}" != "4" ] && echo "bad count for p2: ${cnt} != 4" && exit 1
echo "OK"
exit 0