Browse Source

TZ export

Bob Mottram 11 years ago
parent
commit
ff8084ce74
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      beaglebone.txt

+ 3
- 3
beaglebone.txt View File

@@ -358,9 +358,9 @@ tzselect
358 358
 For example, for British time:
359 359
 
360 360
 #+BEGIN_SRC: bash
361
-TZ='Europe/London'; export TZ
362
-echo "TZ='Europe/London'; export TZ" >> ~/.bashrc
363
-echo "TZ='Europe/London'; export TZ" >> /home/myusername/.bashrc
361
+export TZ='Europe/London'
362
+echo "export TZ='Europe/London'" >> ~/.bashrc
363
+echo "export TZ='Europe/London'" >> /home/myusername/.bashrc
364 364
 #+END_SRC
365 365
 
366 366
 ** Upgrade the kernel