bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] tests/getopts5.sub: Update interpreter


From: kai . 7 . kang
Subject: [PATCH] tests/getopts5.sub: Update interpreter
Date: Wed, 24 Aug 2016 17:51:34 +0800

From: Kai Kang <kai.7.kang@gmail.com>

The interpreter of tests/getopts5.sub is /local/bin/bash which is
obsolete, replace with /bin/bash.

Signed-off-by: Kai Kang <kai.7.kang@gmail.com>
---
 tests/getopts5.sub | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/getopts5.sub b/tests/getopts5.sub
index c6e3888..0616b6d 100644
--- a/tests/getopts5.sub
+++ b/tests/getopts5.sub
@@ -1,4 +1,4 @@
-#!/local/bin/bash
+#!/bin/bash
 #Time-stamp: <95/06/07 07:40:40 hrue@imf.unit.no>
 
 getop () {
-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]