source: git/ntl/src/Check1 @ 2cfffe

spielwiese
Last change on this file since 2cfffe was 2cfffe, checked in by Hans Schönemann <hannes@…>, 21 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: 131 bytes
Line 
1
2if test "$1" = "on"
3then
4   exit 0
5fi
6
7if test "$1" = "off"
8then
9   exit 0
10fi
11
12echo "error: $2 -- should be 'on' or 'off'"
13exit 1
Note: See TracBrowser for help on using the repository browser.