inversepath/usbarmory: fix evaluation

This commit is contained in:
Yegor Timoshenko 2017-12-24 17:21:43 +00:00
parent 08e080ae11
commit a433fd730f
No known key found for this signature in database
GPG key ID: C34BF9DCC9DF8210
8 changed files with 1073 additions and 3286 deletions

View file

@ -2,16 +2,7 @@
cd $(dirname $0)/..
skip_paths=(
./inversepath/usbarmory/*
./tests/*
)
find=(find . -name *.nix)
for path in ${skip_paths[@]}; do
find+=(-not -path $path)
done
find=(find . -name default.nix)
for profile in `${find[@]}`; do
echo evaluating $profile >&2