drpresq / cacsupport

DoD CAC PIV Support for Firefox, ssh and more in Ubuntu 20.04
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Delete opensc source tar prior to changing into opensc build directory to avoid syntax errors #8

Closed jlryan29 closed 3 years ago

jlryan29 commented 3 years ago

When running linux-cacsupport-base.sh line 11 was experiencing a syntax error when running the cd command because the shell script was generating multiple arguments for cd. Added a command to delete the tar file in the same directory that was causing the conflict. Compilation of source and subsequent firefox scripts execute without issue after change.