use /bin/sh so it works on *bsd

This commit is contained in:
nehalmistry 2003-02-26 01:03:00 +00:00
parent 9cec3bd2b6
commit 0016ca9f69

4
setup
View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
## ___________ _________ _____ __
## \_ _____/______ ____ ____ \_ ___ \____________ _/ ____\/ |_
## | __) \_ __ \_/ __ \_/ __ \/ \ \/\_ __ \__ \\ __\\ __|
@ -1125,6 +1125,8 @@ echo "# Locks versions with a symbolic name" >> $RULESFILE
echo "LOCKVER= rcs -q -n\$(NAME)" >> $RULESFILE
echo >> $RULESFILE
rm .depend
#------------------------------------------------------------------------------
#