Projects
Mega:23.09
patch
_service:tar_scm:Test-suite-fix-Korn-shell-inco...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:Test-suite-fix-Korn-shell-incompatibility.patch of Package patch
From 8f52e719d7b35e9f89b1e75d3aa8d3063de6d81a Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher <agruen@gnu.org> Date: Wed, 7 Feb 2018 17:05:00 +0100 Subject: [PATCH] Test suite: fix Korn shell incompatibility tests/merge: In a Korn shell, shift apparently fails when $# is 0. Signed-off-by: Xibo.Wang <wangxb12@chinatelecom.cn> --- tests/merge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/merge b/tests/merge index b628891..e950b92 100644 --- a/tests/merge +++ b/tests/merge @@ -32,7 +32,7 @@ x2() { shift done > b.sed echo "$body" | sed -f b.sed > b - shift + test $# -eq 0 || shift while test $# -gt 0 ; do echo "$1" shift -- 1.8.3.1
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2