Update of /cvsroot/wpdev/wolfpack/setup.d
In directory sc8-pr-cvs1:/tmp/cvs-serv14375/setup.d
Modified Files:
check
Log Message:
wait for user so that he/she can check for errors ;)
Index: check
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/setup.d/check,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** check 15 Oct 2003 02:46:49 -0000 1.4
--- check 23 Oct 2003 21:03:06 -0000 1.5
***************
*** 193,194 ****
--- 193,197 ----
check_include SQLite SQLITE /usr/include/sqlite.h /usr/local/include/sqlite.h; # ++ SQLITE
check_lib SQLite SQLITE /usr/lib/libsqlite.so /usr/local/lib/libsqlite.so; # -- SQLITE
+
+ echo -en "\e[1mPress \e[32mENTER\e[m\e[1m to continue.\e[m";
+ read;
|