Changeset ca8389 in git for Singular/find_exec.c


Ignore:
Timestamp:
May 6, 1998, 7:11:36 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
Children:
5cc42c266941d35d90eddabdd95da6663085029c
Parents:
3b82fb2cd942ae8d9c94c9783e8002a35d75a87f
Message:
	* find_exec.c (find_executable): bug fix.  Recognizes
	  `../Singular' properly.


git-svn-id: file:///usr/local/Singular/svn/trunk@1637 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/find_exec.c

    r3b82fb rca8389  
    8686# endif
    8787#endif
    88       strcat (tbuf, name + (name[1] == '.' ? 2 : 1));
     88      strcat (tbuf, "/");
     89      strcat (tbuf, name);
    8990      return copy_of (tbuf);
    9091    }
Note: See TracChangeset for help on using the changeset viewer.