Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:script-rap commit in: scripts/
Date: Fri, 27 May 2016 10:54:03
Message-Id: 1464270941.d0ec5fbc4f6ec72495c65fea8fa0f05aa7ad6791.heroxbd@gentoo
1 commit: d0ec5fbc4f6ec72495c65fea8fa0f05aa7ad6791
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 09:49:05 2016 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 13:55:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=d0ec5fbc
7
8 scripts/bootstrap-prefix.sh: emacs local setup for the code standard.
9
10 scripts/bootstrap-prefix.sh | 5 +++++
11 1 file changed, 5 insertions(+)
12
13 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
14 index 30d3b29..4c2c892 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -2442,3 +2442,8 @@ fi
18 einfo "ready to bootstrap ${TODO}"
19 # bootstrap_interactive proceeds with guessed defaults when TODO=noninteractive
20 bootstrap_${TODO#non} || exit 1
21 +
22 +# Local Variables:
23 +# sh-indentation: 8
24 +# sh-basic-offset: 8
25 +# End: