GNOME Bugzilla – Bug 627172
[gnome-shell-build-setup.sh] Fix for lsb_release system value containing space
Last modified: 2010-08-17 16:28:14 UTC
On SLED11, lsb_release system is "SUSE LINUX", breaking the script. Adding quotes fixes this issue.
Created attachment 168104 [details] [review] [gnome-shell-build-setup.sh] Fix for lsb_release system value containing space On SLED11, lsb_release system is "SUSE LINUX", breaking the script. Adding quotes fixes this issue.
Review of attachment 168104 [details] [review]: It looks like this patch is stripping trailing whitespace from unmodified areas? Please don't do that as a general rule. But in this case we're unlikely to be annotating the build script, so just go ahead and commit.
Attachment 168104 [details] pushed as 6c6527b - [gnome-shell-build-setup.sh] Fix for lsb_release system value containing space