Mercurial > hg > anonet-resdb
annotate git-commit @ 819:f1f0ab9d41b7 draft
i changed the she-bang on configure from sh to bash because it
keeps giving people trouble:
/CA/pikaj00> ./configure: 132: Bad substitution
/CA/pikaj00> root@pikaj00-M-7323U:/services/ircd/resdb#
/relayhell/d3v11> use
/relayhell/d3v11> bash configure
/relayhell/d3v11> did you run that command on slackware?
/relayhell/d3v11> ./configure?
/CA/pikaj00> sorry
/CA/pikaj00> one sec
/CA/pikaj00> yes
/relayhell/d3v11> LOL
/relayhell/d3v11> then the problem is not ubuntu or debian
/CA/shuttle> =)
/relayhell/d3v11> if slackware has the same problem
/CA/pikaj00> bash
/CA/shuttle> what do you think pik
/CA/pikaj00> worked
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sat, 10 Dec 2011 22:23:18 +0000 |
parents | 02a1254affc1 |
children | 93106436f24f |
rev | line source |
---|---|
19
31e3b4edf502
scripts for dom&ip, dn42 resdb, and doc (www.anonet2.org)
Nick <nick@somerandomnick.ano>
parents:
diff
changeset
|
1 #!/bin/sh |
361
48b9f0dd8f5b
added a gitignore to quiet the untracked files warnings
Nick <nick@somerandomnick.ano>
parents:
330
diff
changeset
|
2 git add configure db doc git-commit gitd scripts contrib .gitignore |
767
02a1254affc1
fix from information leak of timezone in commits
Nick <nick@somerandomnick.ano>
parents:
361
diff
changeset
|
3 TZ=UTC git commit --date="`date -u +'%s'`" |
330 | 4 test -x /usr/lib/git-core/git-update-server-info && /usr/lib/git-core/git-update-server-info |