use /bin/sh so it works on *bsd
This commit is contained in:
parent
9cec3bd2b6
commit
0016ca9f69
1 changed files with 3 additions and 1 deletions
4
setup
4
setup
|
@ -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
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue