Skip to content

Commit 08a203f

Browse files
Merge pull request #3 from jsegitz/master
print information about delay before sleep
2 parents d833657 + 2f5a636 commit 08a203f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_boost.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ if [ -f config.status ]; then
2020
echo "*** BOOST_BUILD_CXXFLAGS=\"$BOOST_BUILD_CXXFLAGS $CXXSTD1\" $0"
2121
fi
2222
fi
23-
sleep 3
2423
echo "Starting in 3 seconds..."
24+
sleep 3
2525

2626
BOOST_DIRVERSION=`echo $BOOST_VERSION | tr . _`
2727
BOOST_DIR=boost_$BOOST_DIRVERSION

0 commit comments

Comments
 (0)