Changeset dae1ed in git


Ignore:
Timestamp:
Nov 21, 2007, 6:40:07 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
456150df9b165f3a88d66eacff9637057e80f802
Parents:
35667340eab502db9b8e8d2f4ce53b19967a4397
Message:
*hannes: sh on sun: no -e


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

Legend:

Unmodified
Added
Removed
  • Singular/gccversion.sh

    r3566734 rdae1ed  
    2626EOF
    2727$CC tmp.c
    28 if test -e ./a.out; then
     28if test -f ./a.out; then
    2929  ./a.out
    3030  /bin/rm -f a.out tmp.c
    31 elif test -e a.exe; then
     31elif test -f a.exe; then
    3232  ./a.exe
    3333  /bin/rm -f tmp.c a.exe
Note: See TracChangeset for help on using the changeset viewer.