diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-04-06 22:10:39 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-04-08 23:05:39 -0400 |
commit | 16615136e7f2d4cfc1d5dced985e2dbfe7f058d9 (patch) | |
tree | 8000b4291980609529b53c2cf8c6851fb4b9d45b /lib/sisu/current/se_programs.rb | |
parent | gitignore, minor adjustment (diff) |
c&d: cleaning
Diffstat (limited to 'lib/sisu/current/se_programs.rb')
-rw-r--r-- | lib/sisu/current/se_programs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/current/se_programs.rb b/lib/sisu/current/se_programs.rb index e85b9be7..ee85725f 100644 --- a/lib/sisu/current/se_programs.rb +++ b/lib/sisu/current/se_programs.rb @@ -247,7 +247,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 |