16 lines
566 B
Diff
16 lines
566 B
Diff
--- x3270-3.2/Examples/cms_logon.bash.rh Sun Sep 3 05:09:37 2000
|
|
+++ x3270-3.2/Examples/cms_logon.bash Fri Dec 22 14:44:02 2000
|
|
@@ -1,4 +1,4 @@
|
|
-#! /usr/local/bin/bash
|
|
+#!/bin/bash
|
|
|
|
# Copyright 1995, 2000 by Paul Mattes.
|
|
# Permission to use, copy, modify, and distribute this software and its
|
|
--- x3270-3.2/Examples/peer_script.expect.rh Mon Sep 29 20:30:30 1997
|
|
+++ x3270-3.2/Examples/peer_script.expect Fri Dec 22 14:44:02 2000
|
|
@@ -1,4 +1,4 @@
|
|
-#! /usr/local/bin/expect
|
|
+#!/usr/bin/expect
|
|
# TSO login script, which runs as a peer of x3270.
|
|
# expect version
|