diff options
Diffstat (limited to 'qtinterface/tqt-replace.cmake')
-rwxr-xr-x | qtinterface/tqt-replace.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/tqt-replace.cmake b/qtinterface/tqt-replace.cmake index 282b1e8..15b4b6f 100755 --- a/qtinterface/tqt-replace.cmake +++ b/qtinterface/tqt-replace.cmake @@ -1,7 +1,7 @@ #!/bin/bash QT_VERSION=@QT_VERSION@ -if [[ $1 == "" ]]; then +if [[ "$1" == "" ]]; then echo "Usage: tqt-replace <input_file>" else sed -i 's/^TQ\([^T_]\)/Q\1/g' "$1" |