summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-06-27 02:04:37 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-06-27 02:04:37 +0200
commit01c59d840b1d126642267a12a8e1435915e1f730 (patch)
treee5ce6187a924089d680b4ae104221b5eaccd4e41 /bootstrap.sh
parent1e3a3d9819036870bcdc24389466145f691ccd53 (diff)
downloadlibgd-01c59d840b1d126642267a12a8e1435915e1f730.tar.gz
Remove Git ident attributes
Git ident attributes were in most cases utilized with SVN and keywords substitutions, where $Id$ were replaced with certain revision from the repository. In Git this functionality is different. Each $Id$ needs to be defined in .gitattributes file to be effective. This patch removes unused and outdated attributes.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index bfdeffe..c52edc2 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,5 +1,4 @@
#!/bin/sh --
-# $Id$
# Small shell script to build gd from source
v() { echo "$@"; "$@"; }