diff options
author | Slávek Banko <[email protected]> | 2023-07-23 20:45:32 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-07-24 05:09:14 +0200 |
commit | 5918d4f6ef63975a03893925f64d7f1990fe78b5 (patch) | |
tree | 73cee3f9d0502697ba88bca0fb1d261be6ad2c6a | |
parent | 0ac75d6e824f769a5157c3f6052120259905b07a (diff) | |
download | tdebindings-5918d4f6ef63975a03893925f64d7f1990fe78b5.tar.gz tdebindings-5918d4f6ef63975a03893925f64d7f1990fe78b5.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 <[email protected]>
-rw-r--r-- | kalyptus/kalyptus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalyptus/kalyptus b/kalyptus/kalyptus index e7fa3b2f..427c401c 100644 --- a/kalyptus/kalyptus +++ b/kalyptus/kalyptus @@ -376,7 +376,7 @@ sub parseFiles || croak "Can't preprocess $currentfile"; } else { - open( INPUT, "tqt-replace-stream $currentfile |" ) + open( INPUT, "$currentfile" ) || croak "Can't read from $currentfile"; } |