source: git/Singular/testgh @ 82716e

spielwiese
Last change on this file since 82716e was 0e1846, checked in by Olaf Bachmann <obachman@…>, 27 years ago
This commit was generated by cvs2svn to compensate for changes in r59, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@60 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 279 bytes
Line 
1#!/bin/sh
2if [ -f grammar.h ]
3then
4  if diff grammar.cc.h grammar.h >/dev/null
5  then
6    echo grammar.h was okay
7    /bin/rm grammar.cc.h
8  else
9    echo generating new grammar.h
10    mv grammar.cc.h grammar.h
11  fi
12else
13  echo generating grammar.h
14  mv grammar.cc.h grammar.h
15fi
Note: See TracBrowser for help on using the repository browser.