浏览代码

TZ export

Bob Mottram 11 年前
父节点
当前提交
ff8084ce74
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      beaglebone.txt

+ 3
- 3
beaglebone.txt 查看文件

@@ -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