Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
159e1e4
)
Break needed in load_some Y case
author
Victor Castell
<victorcoder@gmail.com>
Mon, 25 Jul 2011 11:34:39 +0000
(13:34 +0200)
committer
Victor Castell
<victorcoder@gmail.com>
Mon, 25 Jul 2011 11:34:39 +0000
(13:34 +0200)
install.sh
patch
|
blob
|
history
diff --git
a/install.sh
b/install.sh
index
74ff697
..
f84c097
100755
(executable)
--- a/
install.sh
+++ b/
install.sh
@@
-48,6
+48,7
@@
function load_some() {
case $RESP in
[yY])
ln -s "$BASH/$file_type/available/$file" "$BASH/$file_type/enabled"
+ break
;;
[nN])
break