projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c550c2
)
change directory to / in case $PWD doesnt exist (trunk r7702)
author
Zac Medico
<zmedico@gentoo.org>
Thu, 6 Sep 2007 17:14:49 +0000
(17:14 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 6 Sep 2007 17:14:49 +0000
(17:14 -0000)
svn path=/main/branches/2.1.2/; revision=7735
bin/etc-update
patch
|
blob
|
history
diff --git
a/bin/etc-update
b/bin/etc-update
index 27d7bca35e754812930720c5c20d2ec6a2e990b0..0b0e3dedef184afe6511db1b08e3ef2f0bbe7fe5 100755
(executable)
--- a/
bin/etc-update
+++ b/
bin/etc-update
@@
-1,5
+1,5
@@
#!/bin/bash
-# Copyright 1999-200
6
Gentoo Foundation
+# Copyright 1999-200
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@
-10,6
+10,8
@@
# Leo Lipelis <aeoo@gentoo.org>
# Karl Trygve Kalleberg <karltk@gentoo.org>
+cd /
+
if type -P gsed >/dev/null ; then
function sed() { gsed "$@"; }
fi