lazarusllong / sqldeveloper-package

Oracle SQL Developer Debian package builder
https://lazarusllong.github.io/sqldeveloper-package/
2 stars 3 forks source link

Missing quote when building package without shared library #8

Open Forage opened 2 years ago

Forage commented 2 years ago

There's a bug when building the package without the shared library package (-s argument). When running sqldeveloper afterwards it will fail with the error /usr/bin/sqldeveloper.21.4.3.063.0100: 160: Syntax error: Unterminated quoted string. Edit line 78 of that file by adding a quote after LD_LIBRARY_PATH= (fixed with #7).