x3270/x3270-3.5-paths.patch
2023-09-05 16:55:18 +08:00

34 lines
952 B
Diff

From be8d37f0cb06db9b6f7770e9a0d15631a8ae3608 Mon Sep 17 00:00:00 2001
From: wang--ge <wang__ge@126.com>
Date: Sat, 2 Sep 2023 16:11:41 +0800
Subject: [PATCH] x3270 3.5 paths
---
x3270/Examples/cms_logon.bash | 2 +-
x3270/Examples/peer_script.expect | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x3270/Examples/cms_logon.bash b/x3270/Examples/cms_logon.bash
index 8002fec..460fc18 100644
--- a/x3270/Examples/cms_logon.bash
+++ b/x3270/Examples/cms_logon.bash
@@ -1,4 +1,4 @@
-#! /usr/local/bin/bash
+#! /bin/bash
# Copyright (c) 1995-2009, Paul Mattes.
# All rights reserved.
diff --git a/x3270/Examples/peer_script.expect b/x3270/Examples/peer_script.expect
index 8d72e01..43a95c3 100644
--- a/x3270/Examples/peer_script.expect
+++ b/x3270/Examples/peer_script.expect
@@ -1,4 +1,4 @@
-#! /usr/local/bin/expect
+#! /usr/bin/expect
# TSO login script, which runs as a peer of x3270.
# expect version
--
2.33.0