Changeset 2949
- Timestamp:
- 07/09/10 14:40:58
- Files:
-
- trunk/util/massageContacts.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/util/massageContacts.sh
r2939 r2949 37 37 # echo out the begin line 38 38 echo $beginLine 39 if [ "$fnLine" == ""]; then39 if [ x"$fnLine" == x ]; then 40 40 # mock up an FN and spit it out 41 41 if [ "$nLine" != "N:;;;;" ]; then
