projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12d9938
)
added an ldd command
author
Mike Baker
<mbm@openwrt.org>
Fri, 24 Dec 2004 02:43:03 +0000
(
02:43
+0000)
committer
Mike Baker
<mbm@openwrt.org>
Fri, 24 Dec 2004 02:43:03 +0000
(
02:43
+0000)
SVN-Revision: 186
obsolete-buildroot/sources/openwrt/root/etc/profile
patch
|
blob
|
history
diff --git
a/obsolete-buildroot/sources/openwrt/root/etc/profile
b/obsolete-buildroot/sources/openwrt/root/etc/profile
index fdccce1d4f2095b0708a184619af258ea0a88853..29cd340b3e2b0ee5a28b92e489e97e86f876076d 100644
(file)
--- a/
obsolete-buildroot/sources/openwrt/root/etc/profile
+++ b/
obsolete-buildroot/sources/openwrt/root/etc/profile
@@
-6,3
+6,4
@@
export PS1='\u@\h:\w\$ '
alias less=more
alias vim=vi
+ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }