Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Thu, 07 Jul 2016 02:41:31
Message-Id: 1467859257.3e946a0d0d4c71840479599f48b1f4901d84eb83.heroxbd@gentoo
1 commit: 3e946a0d0d4c71840479599f48b1f4901d84eb83
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 Jul 7 02:40:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3e946a0d
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 438e0be..ce4ccba 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -2449,3 +2449,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: