1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00

Changing -working-files to -writable-files as per hope 1.11 release notes

Copied from Perforce
 Change: 14997
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Jones 1995-08-30 11:15:57 +01:00
parent 4cafa75e70
commit ba57e1101c

View file

@ -1,7 +1,7 @@
#!/bin/sh
# ==== ROBOT CHECKOUT SCRIPT ====
#
# $Id: bin:checkout,v 1.1 1995/03/22 11:48:05 richard Exp $
# $Id: bin:checkout,v 1.2 1995/03/23 09:02:47 richard Exp $
#
# This script is run in the MM Project Robot's home directory (~mm) as the
# user `mm'. It checks out the HOMEmm compound in order be sure that the
@ -12,6 +12,6 @@
script="`basename $0`"
cd $HOME &&
hope checkout -compound HOMEmm -recursive -working-file abort \
hope checkout -compound HOMEmm -recursive -writable-files abort \
-extra-files delete &&
crontab < $HOME/etc/crontab