diff options
-rwxr-xr-x | rvi | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# wraper for rcs to edit files. Checks out a file, spawns an editor, and then +# commits the file again. + if ! [ -e "$1" ] ; then echo "$1 does not exist." >&2 exit 1 |