Closed gabdub closed 5 years ago
I knew I couldn't trust
echo #!/bin/bash > DEBFILE/usr/bin/$DEB_PACKAGE_NAME
Will fix soon
Nice. That was fast!
don't close the issue, until I commit a fix, so I don't forget!
I actually searched around and couldn't find a way to escape "#"
I think I will just include the bin/script as a real file and not generate it with echo
Have you tried something like this?
echo -e '\x23!/bin/bash'
you are the absolute madman, it works
fsh
Linux distro Ubuntu Mate 19.04
Build Version Drill-ui-linux-1.199-x86_64.deb
Describe the bug The program doesn't run when using the fish terminal. The file "/usr/bin/drill-search" doesn't have "#!/bin/bash" in the first line.
Other notes "$1" is missing in Drill/build.bash line 353 (...DEBFILE/usr/bin/$DEB_PACKAGE_NAME)