mirror of https://github.com/tildeclub/welcome.git
Trim trailing newline from tzselect output
This commit is contained in:
parent
23ed612792
commit
1ad4ce2dab
|
@ -89,7 +89,7 @@ sep
|
||||||
puts "step 4:"
|
puts "step 4:"
|
||||||
puts " great, let's set up your timezone!"
|
puts " great, let's set up your timezone!"
|
||||||
puts
|
puts
|
||||||
tz = %x{tzselect}
|
tz = %x{tzselect}.chomp
|
||||||
puts
|
puts
|
||||||
puts " you selected #{tz}, adding this to your ~/.profile now"
|
puts " you selected #{tz}, adding this to your ~/.profile now"
|
||||||
puts " it might not take effect until you log out and back in"
|
puts " it might not take effect until you log out and back in"
|
||||||
|
|
Loading…
Reference in New Issue