diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-07-23 20:55:16 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-07-23 20:55:16 +0200 |
commit | f60062c70455175815c83707f987b3ccfe66c24d (patch) | |
tree | 6e9a3ece56a2f5572382da3ef116eaeb7a7a38db /kalyptus | |
parent | a60dd4770b0f2c4127ff858f817ce4876141314e (diff) | |
download | libtqt-perl-f60062c70455175815c83707f987b3ccfe66c24d.tar.gz libtqt-perl-f60062c70455175815c83707f987b3ccfe66c24d.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>
Diffstat (limited to 'kalyptus')
-rw-r--r-- | kalyptus/kalyptus | 2 |
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"; } |