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