fixed the file test operator used in build wrapper
This commit is contained in:
parent
0b0706ab18
commit
48f1f71791
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ mkdir staging/test
|
|||
|
||||
DIST_TAR=JobServ.tar
|
||||
DIST_DIR=JobServ
|
||||
if [ -e build/distributions/jobserv.tar]; then
|
||||
if [ -f build/distributions/jobserv.tar]; then
|
||||
DIST_TAR=jobserv.tar
|
||||
DIST_DIR=jobserv
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue