mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-11 21:31:13 +00:00
fix a syntax error
This commit is contained in:
parent
8e79055eef
commit
62093fabca
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# bootstrap the build when checking out from CVS
|
||||
|
||||
if [ "$1" == "clean" ]; then
|
||||
if [ "$1" = "clean" ]; then
|
||||
# clean up junk
|
||||
|
||||
if [ -f Makefile ]; then
|
||||
|
|
Loading…
Reference in a new issue