void-packages/srcpkgs/ipv6calc/patches/use-bash-for-scripts.patch

17 lines
602 B
Diff
Raw Normal View History

--- tools/ipv6calc-update-registries.sh~ 2019-10-11 07:15:53.000000000 +0200
+++ tools/ipv6calc-update-registries.sh 2020-04-28 20:56:41.367743447 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Project : ipv6calc/databases/registries
# File : update-registries.sh
--- tools/ipv6calc-registries-check-run-create.sh~ 2019-10-11 07:15:53.000000000 +0200
+++ tools/ipv6calc-registries-check-run-create.sh 2020-04-28 20:56:42.704763285 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Project : ipv6calc/databases/ipv4-assignment
# File : ipv6calc-registries-check-run-create.sh