~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to tools/mk_ctf_info.sh

  • Committer: Matthew Fuller
  • Date: 2018-10-14 01:16:49 UTC
  • mfrom: (628 ctwm)
  • mto: (614.1.119 randr)
  • mto: This revision was merged to the branch mainline in revision 644.
  • Revision ID: fullermd@over-yonder.net-20181014011649-9ymrg3zhelohdx24
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
odir=$1
7
7
ctwmbin=$2
8
8
 
9
 
if [ ! -r "${odir}/ctwm.c.o" ]; then
 
9
if [ ! -r "${odir}/ctwm_main.c.o" ]; then
10
10
        echo "No object files in ${odir}, bailing!  You'll get no CTF info."
11
11
        exit;
12
12
fi