Comment fixes.

git-svn-id: http://yate.null.ro/svn/yate/trunk@408 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2005-06-17 17:17:24 +00:00
parent 88287791d7
commit ef847da06c
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Run this to generate a new configure script
# Script to run the Gtk client from the build directory
if [ -x yate-gtk -a -x ../run ]; then
cd ..; exec ./run --executable clients/yate-gtk "$@"

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Run this to generate a new configure script
# Script to run the Qt client from the build directory
if [ -x yate-qt -a -x ../run ]; then
cd ..; exec ./run --executable clients/yate-qt "$@"

2
run.in
View File

@ -1,5 +1,7 @@
#! /bin/sh
# Script to run Yate from the build directory, optionally under gdb or valgrind
yate="./yate"
set_conf="-c ./conf.d"
set_mods="-m ./modules"