]> git.localhorst.tv Git - blank.git/commitdiff
use printf to echo newlines
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 24 Nov 2016 14:23:50 +0000 (15:23 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 24 Nov 2016 14:23:50 +0000 (15:23 +0100)
huh

scripts/docker/archlinux-run/Dockerfile
scripts/docker/centos-run-latest/Dockerfile
scripts/docker/debian-run-latest/Dockerfile
scripts/docker/debian-run-testing/Dockerfile
scripts/docker/ubuntu-run-devel/Dockerfile
scripts/docker/ubuntu-run-latest/Dockerfile

index 69f59caf32fef9237b725f8c4dde4ca1c060828d..eeca2ca2c031d8ae98f716cf422fe650cfe10a65 100644 (file)
@@ -26,5 +26,5 @@ RUN pacman -S --needed --noconfirm \
                zlib \
        && paccache -rk 0 \
        && mkdir -p /etc/openal \
-       && echo -e '[general]\ndrivers = null' > /etc/openal/alsoft.conf \
+       && printf '[general]\ndrivers = null\n' > /etc/openal/alsoft.conf \
        ;
index e19bd267c9161e323cb91b1b394c448a99dd0a97..48074a81ea737a6ff9e5446eecb68228de9f1572 100644 (file)
@@ -22,5 +22,5 @@ RUN yum -y install \
        SDL2_ttf \
        zlib \
        && yum -y clean packages \
-       && echo -e '[general]\ndrivers = null' > /etc/openal/alsoft.conf \
+       && printf '[general]\ndrivers = null\n' > /etc/openal/alsoft.conf \
        ;
index 85c6b820ca7b7b9b1071dac52d5cd67ae76c7462..e55b338641a588a38d4fba9c8f8c4c446bff44c9 100644 (file)
@@ -21,5 +21,5 @@ RUN apt -y install --no-install-recommends \
                libsdl2-ttf-2.0-0 \
                zlib1g \
        && apt-get -y clean \
-       && echo -e '[general]\ndrivers = null' > /etc/openal/alsoft.conf \
+       && printf '[general]\ndrivers = null\n' > /etc/openal/alsoft.conf \
        ;
index d21f0b15a7c95820a2d59f5b4fc4e51953a18dce..8538b751fc06bd6b7d5af434cca3cedbd11faad1 100644 (file)
@@ -22,5 +22,5 @@ RUN apt -y install --no-install-recommends \
                libsdl2-ttf-2.0-0 \
                zlib1g \
        && apt-get -y clean \
-       && echo -e '[general]\ndrivers = null' > /etc/openal/alsoft.conf \
+       && printf '[general]\ndrivers = null\n' > /etc/openal/alsoft.conf \
        ;
index 5a489cbe39b47276719dd1db9fc159a8d08cd904..6ce41060b00b15e45edb9d95d7e3892d796e28e5 100644 (file)
@@ -23,5 +23,5 @@ RUN apt -y install --no-install-recommends \
                libsdl2-ttf-2.0-0 \
                zlib1g \
        && apt-get -y clean \
-       && echo -e '[general]\ndrivers = null' > /etc/openal/alsoft.conf \
+       && printf '[general]\ndrivers = null\n' > /etc/openal/alsoft.conf \
        ;
index fcdfc785ceef0feeb6da37355c8aa32e2d519027..dbda152871f161195a97f7e84cc2560e12b945c8 100644 (file)
@@ -22,7 +22,7 @@ RUN apt -y install --no-install-recommends \
                libsdl2-ttf-2.0-0 \
                zlib1g \
        && apt-get -y clean \
-       && echo -e '[general]\ndrivers = null' > /etc/openal/alsoft.conf \
+       && printf '[general]\ndrivers = null\n' > /etc/openal/alsoft.conf \
        ;
 
 ENV LD_LIBRARY_PATH /usr/lib/x86_64-linux-gnu