summaryrefslogtreecommitdiff
path: root/xib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'xib.sh')
-rwxr-xr-xxib.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/xib.sh b/xib.sh
index 0d529a7..5129bef 100755
--- a/xib.sh
+++ b/xib.sh
@@ -201,11 +201,7 @@ xibd () {
[ "$#" = 0 ] && {
xib_all
} || {
- [ "$1" = "bootstrap" ] && {
- . ./bootstrap.sh
- bootstrap
- exit 0
- } || for x in $@; do
+ for x in $@; do
xib_single $x
done
}