GNOME Bugzilla – Bug 685629
portability: use "=" operator instead of "==" in shell scripts
Last modified: 2012-10-08 19:02:58 UTC
-- Since commit c80067412ed9aa434f4bbe2aabed88a21b8cf71f, I get the following error when running caribou from the command line: /home/ueno/gnome/install/bin/caribou: 32: [: /home/ueno/gnome/install/bin: unexpected operator See http://lintian.debian.org/tags/possible-bashism-in-maintainer-script.html for details.
Created attachment 225962 [details] [review] portability: use "=" operator instead of "==" in shell scripts "==" operator is only available in bash but not in the SUSv3 or POSIX shell specification. This causes a problem with Debian's dash.
Review of attachment 225962 [details] [review]: Seems ok.