3 # This software is part of the SBCL system. See the README file for
6 # While most of SBCL is derived from the CMU CL system, the test
7 # files (like this one) were written from scratch after the fork
10 # This software is in the public domain and is provided with
11 # absolutely no warranty. See the COPYING and CREDITS files for
14 flag
="condition-wait-sigcont.tmp"
17 ..
/src
/runtime
/sbcl
--core ..
/output
/sbcl.core
--load condition-wait-sigcont.lisp
&
20 while [ -f $flag ]; do sleep 1; done