diff options
author | Harald Hoyer <harald@redhat.com> | 2012-02-15 15:45:42 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-02-15 15:46:24 +0100 |
commit | 4977febf46d176bb1c79c1d535e985ad2097c313 (patch) | |
tree | 2462e324c5f7838a4799830aacd9446142fb9f5c /modules.d/99img-lib | |
parent | 285e81c9e227af2375a4f17748788cae83fa6675 (diff) | |
download | dracut-4977febf46d176bb1c79c1d535e985ad2097c313.tar.gz dracut-4977febf46d176bb1c79c1d535e985ad2097c313.tar.bz2 dracut-4977febf46d176bb1c79c1d535e985ad2097c313.zip |
s/bash/sh for all new *-lib.sh
Diffstat (limited to 'modules.d/99img-lib')
-rwxr-xr-x | modules.d/99img-lib/img-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/99img-lib/img-lib.sh b/modules.d/99img-lib/img-lib.sh index 582b416e..f6be26d3 100755 --- a/modules.d/99img-lib/img-lib.sh +++ b/modules.d/99img-lib/img-lib.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # img-lib.sh: utilities for dealing with archives and filesystem images. # # TODO: identify/unpack rpm, deb? |