added an ldd command
authorMike Baker <mbm@openwrt.org>
Fri, 24 Dec 2004 02:43:03 +0000 (02:43 +0000)
committerMike 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

index fdccce1d4f2095b0708a184619af258ea0a88853..29cd340b3e2b0ee5a28b92e489e97e86f876076d 100644 (file)
@@ -6,3 +6,4 @@ export PS1='\u@\h:\w\$ '
 
 alias less=more
 alias vim=vi
+ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }