Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2017-01-19
2017-01-19 08:24:49 by 0
edd8573aa217bb8ef31b73be04b4ec8cc15b3a94 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
devel
Modify log timestamps to always print absolute time, and to display uptime
every 5 lines.
[WS-4]
57:
# are in the correct directory, for quite obvious reasons... if [ ! "$dn" = "`pwd`" ] then
-
echo " : Changing current directory to '$dn' (now `pwd`)" >&2
+
echo "
: Changing current directory to '$dn' (now `pwd`)" >&2
cd "$dn"
-
echo " : Got new directory as `pwd`" >&2
+
echo "
: Got new directory as `pwd`" >&2
fi ;; esac