Merge pull request #208 from ddclient/fix-shebang

Fix shebang
This commit is contained in:
Richard Hansen 2020-06-30 11:59:27 -04:00
commit 5e7683df85
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ CLEANFILES =
# Command that replaces substitution variables with their values.
subst = sed \
-e 's|@PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \
-e 's|@PERL[@]|$(PERL)|g' \
-e '1 s|^\#\!.*perl$$|\#\!$(PERL)|g' \
-e 's|@localstatedir[@]|$(localstatedir)|g' \
-e 's|@runstatedir[@]|$(runstatedir)|g' \
-e 's|@sysconfdir[@]|$(sysconfdir)|g'

View file

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
######################################################################
#
# DDCLIENT - a Perl client for updating DynDNS information