[Ddclient-support] [ddclient/ddclient] 86a329: Fix shebang
Brought to you by:
supersandro2000,
wimpunk
From: Sandro <no...@gi...> - 2020-06-30 15:58:19
|
Branch: refs/heads/fix-shebang Home: https://github.com/ddclient/ddclient Commit: 86a3294b0ff87174883adfae08c0bbee2259b37a https://github.com/ddclient/ddclient/commit/86a3294b0ff87174883adfae08c0bbee2259b37a Author: Sandro Jäckel <san...@gm...> Date: 2020-06-30 (Tue, 30 Jun 2020) Changed paths: M Makefile.am M ddclient.template Log Message: ----------- Fix shebang cause perl needs a regular shebang even when evoking the script directly with perl Commit: 75ba8f4515a2cb11a6f1dccb2d9e435368d00ddf https://github.com/ddclient/ddclient/commit/75ba8f4515a2cb11a6f1dccb2d9e435368d00ddf Author: Sandro Jäckel <san...@gm...> Date: 2020-06-30 (Tue, 30 Jun 2020) Changed paths: M .gitignore Log Message: ----------- Ignore tap-driver.sh cause if the file is present on the os autoconf will copy it over and some distros have a different copyright header which will create a useless changed file. The file can always be changed with `git add -f ...` Compare: https://github.com/ddclient/ddclient/compare/f280665b7964...75ba8f4515a2 |