summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-07-23 20:55:16 +0200
committerSlávek Banko <slavek.banko@axis.cz>2023-07-23 20:55:16 +0200
commitf60062c70455175815c83707f987b3ccfe66c24d (patch)
tree6e9a3ece56a2f5572382da3ef116eaeb7a7a38db
parenta60dd4770b0f2c4127ff858f817ce4876141314e (diff)
downloadlibtqt-perl-f60062c7.tar.gz
libtqt-perl-f60062c7.zip
kalyptus: No longer use tqt-replace-stream.
We are already using TQ_OBJECT and therefore there is no need to use tqt-replace-stream. Because the tqt-replace-stream script has been removed, the call causes FTBFS. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--kalyptus/kalyptus2
1 files changed, 1 insertions, 1 deletions
diff --git a/kalyptus/kalyptus b/kalyptus/kalyptus
index c95086f..00918a0 100644
--- a/kalyptus/kalyptus
+++ b/kalyptus/kalyptus
@@ -362,7 +362,7 @@ sub parseFiles
|| croak "Can't preprocess $currentfile";
}
else {
- open( INPUT, "tqt-replace-stream $currentfile |" )
+ open( INPUT, "$currentfile" )
|| croak "Can't read from $currentfile";
}