]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- don't redirect stdin. Otherwise some interactive scripts (like kernel.spec build...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 21 Feb 2013 05:54:24 +0000 (06:54 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 21 Feb 2013 05:54:24 +0000 (06:54 +0100)
builder.sh

index 5bbbfc9bf1147dc43faa256809c9d875efd30de1..cbc90db913e4f2f18c2d0b50efb0baade58af9fb 100755 (executable)
@@ -515,7 +515,7 @@ teeboth() {
                        rc=$(< $efile)
                        rm -f $efile
                else
-                       "$@" < /dev/null
+                       "$@"
                        rc=$?
                fi
        fi
This page took 0.041787 seconds and 4 git commands to generate.