Index: lib/System.Data.SQLite/common.eagle ================================================================== --- lib/System.Data.SQLite/common.eagle +++ lib/System.Data.SQLite/common.eagle @@ -924,11 +924,12 @@ proc getExternalDirectory {} { # # NOTE: This procedure returns the directory where the external binary # files are located. # - return [file nativename [file dirname [file dirname [info binary]]]] + return [file nativename \ + [file dirname [file dirname [file dirname [info binary]]]]] } proc getBinaryDirectory {} { # # NOTE: This procedure returns the directory where the test application