diff options
author | João Abecasis <joao@abecasis.name> | 2009-05-05 15:08:56 (GMT) |
---|---|---|
committer | João Abecasis <joao@abecasis.name> | 2009-05-05 15:22:21 (GMT) |
commit | 7eee0583f9cc395e4c6609a1ee1748b3144c96ca (patch) | |
tree | 2f2acb77914ebd564a5bc68d8c6c4e7c76925218 /configure | |
parent | 27ca3ec63e318096b5f2e9283584a8d43c92efac (diff) | |
download | Qt-7eee0583f9cc395e4c6609a1ee1748b3144c96ca.zip Qt-7eee0583f9cc395e4c6609a1ee1748b3144c96ca.tar.gz Qt-7eee0583f9cc395e4c6609a1ee1748b3144c96ca.tar.bz2 |
Syntax error on configure script
Reported downstream to Debian:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525570
Reviewed-by: Alexis
Reviewed-by: Thiago
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -279,7 +279,7 @@ if [ "$COMMERCIAL_USER" = "ask" ]; then if [ "$commercial" = "c" ]; then COMMERCIAL_USER="yes" break - else [ "$commercial" = "o" ]; + elif [ "$commercial" = "o" ]; then COMMERCIAL_USER="no" break fi |