diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-24 09:45:11 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:05 +0100 |
| commit | cc62ca76356dc851006e3fc980cc1dcc46ef9ca6 (patch) | |
| tree | e821a640df8121aaea6e02e814c6a82bc75bac46 /scripts/live-bottom/23etc_modules | |
| parent | 32e6d9c217846ec5f6d2da9b773a34c4d1970348 (diff) | |
| download | live-boot-cc62ca76356dc851006e3fc980cc1dcc46ef9ca6.tar.gz live-boot-cc62ca76356dc851006e3fc980cc1dcc46ef9ca6.zip | |
Consistently using curly brackets for variables.
Diffstat (limited to 'scripts/live-bottom/23etc_modules')
| -rwxr-xr-x | scripts/live-bottom/23etc_modules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-bottom/23etc_modules b/scripts/live-bottom/23etc_modules index b73a107..4cc300a 100755 --- a/scripts/live-bottom/23etc_modules +++ b/scripts/live-bottom/23etc_modules @@ -27,7 +27,7 @@ log_begin_msg "Preconfiguring /etc/modules..." # live-initramfs script # load the right modules -case "$DPKG_ARCH" in +case "${DPKG_ARCH}" in powerpc|ppc64) echo snd_powermac >> /root/etc/modules ;; |
