comparison lib-src/rcs-checkin @ 12507:da322c027bf0

Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems that interpret `#! /' as a 4-byte magic number.
author Paul Eggert <eggert@twinsun.com>
date Fri, 07 Jul 1995 22:47:57 +0000
parents 9e5812a795da
children c8fb06423da0
comparison
equal deleted inserted replaced
12506:5dc02bbeb4be 12507:da322c027bf0
1 #!/bin/sh 1 #! /bin/sh
2 2
3 # This script accepts any number of file arguments and checks them into RCS. 3 # This script accepts any number of file arguments and checks them into RCS.
4 # 4 #
5 # Arguments which are detectably either RCS masters (with names ending in ,v) 5 # Arguments which are detectably either RCS masters (with names ending in ,v)
6 # or Emacs version files (with names of the form foo.~<number>~) are ignored. 6 # or Emacs version files (with names of the form foo.~<number>~) are ignored.