diff options
-rwxr-xr-x | makecolumns.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makecolumns.sh b/makecolumns.sh index 2389920..38c916e 100755 --- a/makecolumns.sh +++ b/makecolumns.sh | |||
@@ -30,7 +30,7 @@ main() { | |||
30 | 30 | ||
31 | if [ -f "$1/phonebook.db" ]; then | 31 | if [ -f "$1/phonebook.db" ]; then |
32 | handle_format_version_3 "${1}" | 32 | handle_format_version_3 "${1}" |
33 | elif [ -f "${1}/[Dd][Aa][Tt]/[Tt][Ee][Ii][Ll][Nn].[Dd][Aa][Tt]" ]; then | 33 | elif [ -f ${1}/[Dd][Aa][Tt]/[Tt][Ee][Ii][Ll][Nn].[Dd][Aa][Tt] ]; then |
34 | handle_format_version_2 "${1}" | 34 | handle_format_version_2 "${1}" |
35 | elif [ -n "`find "${1}" -name dpr00000.005 -ls -quit`" ]; then | 35 | elif [ -n "`find "${1}" -name dpr00000.005 -ls -quit`" ]; then |
36 | handle_format_version_1 "${1}" | 36 | handle_format_version_1 "${1}" |