diff options
Diffstat (limited to 'distrib/amiga/floppies/upgr/dot.profile')
-rw-r--r-- | distrib/amiga/floppies/upgr/dot.profile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/distrib/amiga/floppies/upgr/dot.profile b/distrib/amiga/floppies/upgr/dot.profile index a591d7b4d24..5f5580d11d7 100644 --- a/distrib/amiga/floppies/upgr/dot.profile +++ b/distrib/amiga/floppies/upgr/dot.profile @@ -27,7 +27,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $OpenBSD: dot.profile,v 1.2 1996/04/25 02:36:07 mickey Exp $ +# $OpenBSD: dot.profile,v 1.3 1996/10/14 21:39:40 niklas Exp $ PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export PATH @@ -44,9 +44,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then stty newcrt werase ^W intr ^C kill ^U erase ^? 9600 echo '' - # run update, so that installed software is written as it goes. - update - # pull in the functions that people will use from the shell prompt. . /.commonutils . /.upgrutils |