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: Mon, 11 Dec 2017 05:22:11
Message-Id: 1512966354.07e0e24d59ed46eb87cbfa725ef354110326521c.heroxbd@gentoo
1 commit: 07e0e24d59ed46eb87cbfa725ef354110326521c
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 11 04:25:54 2017 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 11 04:25:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=07e0e24d
7
8 bootstrap-prefix.sh: use tabs for emacs.
9
10 scripts/bootstrap-prefix.sh | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
14 index e9542d3ed6..3caa1aa5e1 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -2694,4 +2694,5 @@ bootstrap_${TODO#non} || exit 1
18 # Local Variables:
19 # sh-indentation: 8
20 # sh-basic-offset: 8
21 +# indent-tabs-mode: t
22 # End: