~ubuntu-branches/ubuntu/intrepid/procps/intrepid-security

« back to all changes in this revision

Viewing changes to t

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2004-12-08 10:45:17 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041208104517-dddigjyt093j9ql6
Tags: 1:3.2.4-1ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Wow, using $* causes great pain with embedded spaces in arguments.
4
4
# The "$@" won't break that into 2 arguments.
5
5
#
6
 
LD_PRELOAD=proc/libproc.so exec ./top "$@"
 
6
LD_LIBRARY_PATH=proc exec ./top "$@"