Update hook wrapper script's comments.

This commit is contained in:
Darren 'Tadgy' Austin 2026-05-14 18:25:15 +01:00
commit de2b4db7ef
4 changed files with 16 additions and 3 deletions

View file

@ -1,3 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Store/restore the attributes of files:
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?

View file

@ -1,3 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Store/restore the attributes of files:
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?

View file

@ -1,3 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Store/restore the attributes of files:
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?