Update hook wrapper script's comments.
This commit is contained in:
parent
91ad697354
commit
de2b4db7ef
4 changed files with 16 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Store/restore the attributes of files:
|
||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Store/restore the attributes of files:
|
||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Store/restore the attributes of files:
|
||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue