Skip to content

Commit

Permalink
Enable install tracing.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Jan 20, 2010
1 parent 2befcb8 commit 569bc5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ usage() {
"
}

if echo "$*" | grep -q 'trace' ; then echo "$*" ; set -x ; fi

while [[ $# -gt 0 ]] ; do
token="$1" ; shift
case "$token" in
Expand Down

0 comments on commit 569bc5a

Please sign in to comment.