Skip to content

Commit 3b4ae47

Browse files
committed
try set -i later
1 parent ee681d9 commit 3b4ae47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shelby_bootstrap.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -i
1+
#!/bin/bash
22

33
# 1) Download Xcode from App Store
44
# - it seems this installs command line tools now
@@ -12,7 +12,7 @@ echo 'Prerequisite: You must have XCode 5 installed via App Store (it installs c
1212
# Ask for the administrator password upfront
1313
sudo -v
1414

15-
set -x
15+
set -xi
1616

1717
# Clone sprout-wrap
1818
# sprout-wrap does all the heavy lifting…

0 commit comments

Comments
 (0)