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