source: git/ntl/src/Check2 @ 33a041

fieker-DuValspielwiese
Last change on this file since 33a041 was 2cfffe, checked in by Hans Schönemann <hannes@…>, 22 years ago
This commit was generated by cvs2svn to compensate for changes in r6316, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@6317 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 135 bytes
Line 
1
2if test "$1" = "off"
3then
4   exit 0
5fi
6
7if test "$3" = "off"
8then
9   exit 0 
10fi
11
12
13echo "error: one of $2 or $4 must be 'off'"
14exit 1
Note: See TracBrowser for help on using the repository browser.