diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-16 13:29:32 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-07-16 13:29:39 +0100 |
commit | 98f2d221cfe184535a493057f5b2b38d8bee34e4 (patch) | |
tree | 015211896677633982b028196430e70c1fc27f02 | |
parent | 95d26f02405c090f886fc2c47a9e51ca37f9c09e (diff) | |
download | libguestfs-98f2d221cfe184535a493057f5b2b38d8bee34e4.tar.gz libguestfs-98f2d221cfe184535a493057f5b2b38d8bee34e4.tar.xz libguestfs-98f2d221cfe184535a493057f5b2b38d8bee34e4.zip |
run: Update comments.
-rw-r--r-- | run.in | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -23,9 +23,10 @@ # # ./run ./inspector/virt-inspector [args ...] # -# This works for any C, OCaml or Perl virt tools in the libguestfs -# distribution. Also you can make a symbolic link to this 'run' -# script from anywhere (eg. $HOME/bin/run) if you wish. +# This works for any C program, virt tools, and most non-C bindings +# and programs in the libguestfs distribution. Also you can make a +# symbolic [not hard] link to this 'run' script from anywhere +# (eg. $HOME/bin/run) if you wish. # # The script can also be used to make the output of tests shorter: # TESTS_ENVIRONMENT = ... $(top_builddir)/run --test [$(VG)] @@ -84,7 +85,7 @@ export CAML_LD_LIBRARY_PATH="$b/ocaml" export JAVA=@JAVA@ export CLASSPATH="$b/java:$b/java/t:$b/java/libguestfs-@VERSION@.jar" -# For GObject and friends. +# For GObject, Javascript and friends. export GJS=@GJS@ if [ -z "$GI_TYPELIB_PATH" ]; then GI_TYPELIB_PATH="$b/gobject" |