s/bash/sh for all new *-lib.sh

master
Harald Hoyer 2012-02-15 15:45:42 +01:00
parent 285e81c9e2
commit 4977febf46
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh


get_ip() { get_ip() {
local iface="$1" ip="" local iface="$1" ip=""

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# url-lib.sh - functions for handling URLs (file fetching etc.) # url-lib.sh - functions for handling URLs (file fetching etc.)
# #
# Authors: # Authors:

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# img-lib.sh: utilities for dealing with archives and filesystem images. # img-lib.sh: utilities for dealing with archives and filesystem images.
# #
# TODO: identify/unpack rpm, deb? # TODO: identify/unpack rpm, deb?