git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c40dee9
)
Apply the look_for_it magic to chmod. (bug#602)
author
Tony Finch
<dot@dot.at>
Mon, 28 Jul 2008 18:24:13 +0000
(18:24 +0000)
committer
Tony Finch
<dot@dot.at>
Mon, 28 Jul 2008 18:24:13 +0000
(18:24 +0000)
src/src/exicyclog.src
patch
|
blob
|
history
diff --git
a/src/src/exicyclog.src
b/src/src/exicyclog.src
index 56e3b664440ea2874a5b16598b21715c2641240d..f10446339209f61df2d9bb3088964028c31878f0 100644
(file)
--- a/
src/src/exicyclog.src
+++ b/
src/src/exicyclog.src
@@
-1,5
+1,5
@@
#! /bin/sh
#! /bin/sh
-# $Cambridge: exim/src/src/exicyclog.src,v 1.
7 2008/02/06 12:35:03 nm4
Exp $
+# $Cambridge: exim/src/src/exicyclog.src,v 1.
8 2008/07/28 18:24:13 fanf2
Exp $
# Copyright (c) 2006 University of Cambridge.
# See the file NOTICE for conditions of use and distribution.
# Copyright (c) 2006 University of Cambridge.
# See the file NOTICE for conditions of use and distribution.
@@
-84,7
+84,7
@@
done
# in different places. We have a fudge that will search the usual suspects if
# requested.
# in different places. We have a fudge that will search the usual suspects if
# requested.
-for cmd in chown chgrp mv rm ; do
+for cmd in chown chgrp
chmod
mv rm ; do
eval "oldcmd=\$$cmd"
if [ "$oldcmd" != "look_for_it" ] ; then continue ; fi
newcmd=$cmd
eval "oldcmd=\$$cmd"
if [ "$oldcmd" != "look_for_it" ] ; then continue ; fi
newcmd=$cmd