public this repo is viewable by everyone
Fork of foca/utility_scripts
Description: Some utility scripts (the stuff I keep in ~/bin)
Clone URL: git://github.com/sabman/utility_scripts.git
Oops, ENV['COLUMNS'] experiments were committed, fixed
foca (author)
about 1 month ago
commit  82b1a54902bd878ce66adf803119d51c4b57285e
tree    933d54d0a738bf523a57e697d4a4604fdd5f57cc
parent  898b31fd7d662efefcaaccf806dec05dc63ed0d5
...
8
9
10
11
12
13
14
15
16
 
17
18
19
...
8
9
10
 
 
11
12
13
 
14
15
16
17
0
@@ -8,12 +8,10 @@
0
 # See http://github.com/foca/utility_scripts/ for the latest version
0
 # Released under a WTFP license (http://sam.zoy.org/wtfpl/)
0
 
0
-`export COLUMNS`
0
-
0
 RAILS_SVN_CHECKOUT = '/Users/foca/Rails/_rails'
0
 
0
 module Helpers
0
- LINE = ENV["COLUMNS"] || 80
0
+ LINE = 80
0
 
0
   def announcing(msg)
0
     print msg

Comments

    No one has commented yet.