]> gitweb.hhaalo.de Git - scantopdf.git/commitdiff
change cat direct by builder
authorBastian Dehn <hhaalo@arcor.de>
Sat, 27 Jun 2026 14:03:01 +0000 (16:03 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 27 Jun 2026 14:03:01 +0000 (16:03 +0200)
builder/builder

index aa0df876e851a1d08e24ca167af5445c167f25c2..01b8bb24a5d7d66c18e77920048198ff4aec4a97 100755 (executable)
@@ -5,8 +5,7 @@ create_containerfile()
        local distro="$1"
        local distro_postfix="$2"
 
-       cat builder/Containerfile.template \
-               | sed "s/\$distro/\"$distro\"/" \
+       sed "s/\$distro/\"$distro\"/" builder/Containerfile.template \
                > build/Containerfile-"$distro_postfix" \
                || return $?
 }