Changeset bdbe7d in git


Ignore:
Timestamp:
Jun 18, 1998, 3:35:50 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b3f0b1d84137a0d2ee8fdbd54d767206eb008dcd
Parents:
7a9a32eee739811fda8ff32d867955fd395ffca1
Message:
* use sh instead of /bin/sh


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r7a9a32 rbdbe7d  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.61 1998-06-16 08:29:10 obachman Exp $ */
     4/* $Id: extra.cc,v 1.62 1998-06-18 13:35:50 obachman Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    154154      #endif
    155155      res->rtyp=INT_CMD;
    156       if (h->next==NULL) res->data = (void *)system("/bin/sh");
     156      if (h->next==NULL) res->data = (void *)system("sh");
    157157      else res->data = (void*) system((char*)(h->next->Data()));
    158158      #ifndef MSDOS
Note: See TracChangeset for help on using the changeset viewer.