]> git.plutz.net Git - confetti/commitdiff
fix: print tel without teltype
authorPaul Hänsch <paul@plutz.net>
Fri, 5 Feb 2021 01:52:08 +0000 (02:52 +0100)
committerPaul Hänsch <paul@plutz.net>
Fri, 5 Feb 2021 01:52:08 +0000 (02:52 +0100)
cards/export_csv.sh

index 6f17d1f404e4cb8e442eea62f5361b6e1e9c3f7f..9ba8993372a239b197f50419d8ecfae61406ca98 100755 (executable)
@@ -29,7 +29,7 @@ list_item() {
       ttype="$(pdi_attrib "$card" "$item" "$n" TYPE)"
       if [ "$tel" -a "$ttype" ]; then 
         printf '%s: %s\n' "$(l10n "TYPE=$ttype")" "$tel"
       ttype="$(pdi_attrib "$card" "$item" "$n" TYPE)"
       if [ "$tel" -a "$ttype" ]; then 
         printf '%s: %s\n' "$(l10n "TYPE=$ttype")" "$tel"
-      elif [ "$tel" -a "$ttype" ]; then
+      elif [ "$tel" ]; then
         printf '%s\n' "$tel"
       fi
       ;;
         printf '%s\n' "$tel"
       fi
       ;;