mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-08-12 00:09:56 +00:00

These files are already mostly written in POSIX shell, so convert their shebangs to /bin/sh and tweak the few bashisms in here. URL: https://crbug.com/756559 Reported-by: Pat Erley <perley@chromium.org> Signed-off-by: Mike Frysinger <vapier@chromium.org>
6 lines
70 B
Bash
Executable File
6 lines
70 B
Bash
Executable File
#! /bin/sh
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
exec tr "[\\\\]" "[
|
|
]"
|