it wasn't swig, it was my script

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5535 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2003-12-11 08:24:54 +00:00
commit 2c1c76d5bb

View file

@ -1,7 +0,0 @@
#!/bin/sh
SLEEP=/bin/sleep
if [ -z $NOSLEEP ]; then
exec $SLEEP $*
fi