summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-11-13 11:48:15 +0100
committerErich Eckner <git@eckner.net>2021-11-13 11:48:15 +0100
commit364fee05c9c8995ad6b501022b25fea54025ab3e (patch)
tree2e20c8963365acc8d5c21dc072a2933cc37acfb5
parent2388290351a69bf71c5647329fcef95739d5a934 (diff)
downloadcarddav-alpine-converter-364fee05c9c8995ad6b501022b25fea54025ab3e.tar.xz
split off alpine_keys
-rw-r--r--common12
1 files changed, 8 insertions, 4 deletions
diff --git a/common b/common
index ea45273..ff9dad6 100644
--- a/common
+++ b/common
@@ -1,12 +1,16 @@
#!/hint/bash
-keys=(
- 'UID'
- 'EMAIL'
- 'FN'
+alpine_keys=(
'NICKNAME'
+ 'FN'
+ 'EMAIL'
'FCC'
'COMMENT'
+)
+
+keys=(
+ 'UID'
+ "${alpine_keys[@]}"
'REV'
)