1
0
mirror of synced 2026-04-26 04:16:54 +00:00

Fix bashism: ${parm/?/pat[/str]}

This commit is contained in:
Axel Beckert
2010-04-09 01:42:53 +02:00
parent eae96c3b5a
commit 4728dffa72
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@@ -39,6 +39,7 @@ xen-tools (4.2~rc1-1) UNRELEASED; urgency=low
* Fix some bashisms
- [^y] → [!y] (Thanks to Mathieu Parent!)
- kill -HUP → kill -s HUP (found by checkbashism)
- ${parm/?/pat[/str]} → echo | sed (Closes: #530226)
-- Axel Beckert <abe@debian.org> Fri, 09 Apr 2010 01:30:49 +0200