aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/sysenv.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-07-02 13:56:35 -0400
committerRalph Amissah <ralph@amissah.com>2010-07-02 13:56:35 -0400
commit17e98be26ad3f6e3650502f306e8eeeacf3bd879 (patch)
tree7eb9ced1be61d7ed0bf8defbb9edbd7d4b346c97 /lib/sisu/v2/sysenv.rb
parentMerge branch 'upstream' into debian/sid (diff)
parentRemoving useless whitespaces from upstream files at EOL. (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v2/sysenv.rb')
-rw-r--r--lib/sisu/v2/sysenv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v2/sysenv.rb b/lib/sisu/v2/sysenv.rb
index 26e842ec..1727e630 100644
--- a/lib/sisu/v2/sysenv.rb
+++ b/lib/sisu/v2/sysenv.rb
@@ -649,7 +649,7 @@ module SiSU_Env
puts "\tWARN: #{program} is not installed #{program_ref}" unless found
found
end
- def graphicksmagick #graphicsmagick is a image manipulation program
+ def graphicksmagick #graphicsmagick is a image manipulation program
program='gm'
program_ref="\n\t\tsee http://www.graphicsmagick.org/"
found=(program_found?(program)) ? true : false