aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/develop/se_programs.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2015-04-06 22:10:39 -0400
committerRalph Amissah <ralph@amissah.com>2015-04-08 23:05:39 -0400
commit16615136e7f2d4cfc1d5dced985e2dbfe7f058d9 (patch)
tree8000b4291980609529b53c2cf8c6851fb4b9d45b /lib/sisu/develop/se_programs.rb
parentgitignore, minor adjustment (diff)
c&d: cleaning
Diffstat (limited to 'lib/sisu/develop/se_programs.rb')
-rw-r--r--lib/sisu/develop/se_programs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/develop/se_programs.rb b/lib/sisu/develop/se_programs.rb
index 611507c4..ba3a7b26 100644
--- a/lib/sisu/develop/se_programs.rb
+++ b/lib/sisu/develop/se_programs.rb
@@ -257,7 +257,7 @@ module SiSU_Sys_Call
#STDERR.puts "\t*WARN* #{program} is not installed #{program_ref}" unless found
found
end
- def graphicksmagick #graphicsmagick is a image manipulation program
+ def graphicsmagick #graphicsmagick is a image manipulation program
program='gm'
#program_ref="\n\t\tsee <http://www.graphicsmagick.org/>"
found=(program_found?(program)) ? true : false