summaryrefslogtreecommitdiff
path: root/utils/nwztools/database/nvp/parse_all_nvp_headers.sh
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2019-04-22 23:32:18 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2019-04-22 23:45:33 +0200
commit063ff294a266f68ab93f462c264613c2223a40cd (patch)
tree908e17e4b85667748b4ecac3c926628e3c8b1436 /utils/nwztools/database/nvp/parse_all_nvp_headers.sh
parente41a563b6cda71b8c973e884f47140087ebcd5ff (diff)
downloadrockbox-063ff294a266f68ab93f462c264613c2223a40cd.tar.gz
rockbox-063ff294a266f68ab93f462c264613c2223a40cd.zip
nwztools: add DMP-Z1 to the database
This is one of those fancy gold-plated devices. Of course it breaks my scripts that were nicely expecting every device to start with NW. Change-Id: I161320f620f65f4f92c2650d192b26a9831eeb9d
Diffstat (limited to 'utils/nwztools/database/nvp/parse_all_nvp_headers.sh')
-rwxr-xr-xutils/nwztools/database/nvp/parse_all_nvp_headers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nwztools/database/nvp/parse_all_nvp_headers.sh b/utils/nwztools/database/nvp/parse_all_nvp_headers.sh
index 2af5e83cdc..d02440c77d 100755
--- a/utils/nwztools/database/nvp/parse_all_nvp_headers.sh
+++ b/utils/nwztools/database/nvp/parse_all_nvp_headers.sh
@@ -24,7 +24,7 @@ if [ "$1" = "--new-only" ]; then
24fi 24fi
25 25
26# list interesting directories 26# list interesting directories
27for dir in `find "$1" -maxdepth 1 -name "nw-*" -or -name "nwz-*"` 27for dir in `find "$1" -maxdepth 1 -name "nw-*" -or -name "nwz-*" -or -name "dmp-*"`
28do 28do
29 # extract codename 29 # extract codename
30 codename=`basename "$dir"` 30 codename=`basename "$dir"`