This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
profile: Do not use -v for variable check
pull/5/head
10sr
9 years ago
parent
f4ba9a0cf3
commit
3bc4516ce9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
profile
+ 1
- 1
profile
View File
@@ -88,7 +88,7 @@ then
TERM=screen-256color
fi
if test
'!' -v USER -a -v USERNAME
if test
-z "$USER" -a -n "$USERNAME"
then
export USER=$USERNAME
fi
Write
Preview
Loading…
Cancel
Save