[Ddclient-support] [ddclient/ddclient] 6ad356: Fix shebang
Brought to you by:
supersandro2000,
wimpunk
From: Sandro <no...@gi...> - 2020-06-30 07:03:59
|
Branch: refs/heads/fix-shebang Home: https://github.com/ddclient/ddclient Commit: 6ad356380d4f1f5c1030d14b5631c68d3e60d1b3 https://github.com/ddclient/ddclient/commit/6ad356380d4f1f5c1030d14b5631c68d3e60d1b3 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: f280665b7964ee4a319ac2eb22b6d7b1648d9770 https://github.com/ddclient/ddclient/commit/f280665b7964ee4a319ac2eb22b6d7b1648d9770 Author: Sandro Jäckel <san...@gm...> Date: 2020-06-30 (Tue, 30 Jun 2020) Changed paths: M .gitignore Log Message: ----------- Ignore tap-drive.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/6ad356380d4f%5E...f280665b7964 |