summaryrefslogtreecommitdiff
path: root/tests/test_vgstash_cli.py
diff options
context:
space:
mode:
authorZe Libertine Gamer <zlg@zlg.space>2016-11-18 02:03:23 -0800
committerZe Libertine Gamer <zlg@zlg.space>2016-11-18 02:03:23 -0800
commite5abc98d05231cfb0c1a99248050773b23019860 (patch)
treec5abe338e4d454933a7c2c7c921fc6f076b241b3 /tests/test_vgstash_cli.py
parentCorrect phrasing in README. (diff)
downloadvgstash-e5abc98d05231cfb0c1a99248050773b23019860.tar.gz
vgstash-e5abc98d05231cfb0c1a99248050773b23019860.tar.bz2
vgstash-e5abc98d05231cfb0c1a99248050773b23019860.tar.xz
vgstash-e5abc98d05231cfb0c1a99248050773b23019860.zip
Remove settings from helpers.sh
Sourcing them in .bash_profile screws up login if they're set.
Diffstat (limited to 'tests/test_vgstash_cli.py')
0 files changed, 0 insertions, 0 deletions
d>Fix style issue and correct 1-24zlg1-4/+4 Escape sequences were being compared with the 'or' operator instead of the 'and' operator. If I had left it alone, every escape sequence would've borked it. 2013-02-06Solve Exercise 1-24: C syntax checkerzlg1-110/+122 I'm glad to be done with chapter 1. It feels like I'm starting to gain momentum. I'm certainly looking forward to using higher level constructs like switch(), which I think is available in Chapter 2. So far so good!