]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
s/bash/sh for all new *-lib.sh
authorHarald Hoyer <harald@redhat.com>
Wed, 15 Feb 2012 14:45:42 +0000 (15:45 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 15 Feb 2012 14:46:24 +0000 (15:46 +0100)
modules.d/40network/net-lib.sh
modules.d/45url-lib/url-lib.sh
modules.d/99img-lib/img-lib.sh

index 0ed80b87d5cdd5b10638098212d75bf7a9247604..e3987a416322e7134ecb86f85a931703b8f49717 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 get_ip() {
     local iface="$1" ip=""
index dd473d47c7bb610b0382c74b9409f9687fe66090..ad9e4448cc5dd2d0ae0c86b8308286d861959431 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # url-lib.sh - functions for handling URLs (file fetching etc.)
 #
 # Authors:
index 582b416e60e0975b951061fe74cbb4ba9bc2df38..f6be26d3493b60f560fcf23ec490d317e89c7ade 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # img-lib.sh: utilities for dealing with archives and filesystem images.
 #
 # TODO: identify/unpack rpm, deb?