Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -72,6 +72,6 @@ echo $ONOS_VERSION > $ONOS_STAGE/VERSION | ... | @@ -72,6 +72,6 @@ echo $ONOS_VERSION > $ONOS_STAGE/VERSION |
72 | # Now package up the ONOS tar file | 72 | # Now package up the ONOS tar file |
73 | cd $ONOS_STAGE_ROOT | 73 | cd $ONOS_STAGE_ROOT |
74 | COPYFILE_DISABLE=1 tar zcf $ONOS_TAR $ONOS_BITS | 74 | COPYFILE_DISABLE=1 tar zcf $ONOS_TAR $ONOS_BITS |
75 | -which -s zip && zip -rq $ONOS_ZIP $ONOS_BITS | 75 | +which -a zip && zip -rq $ONOS_ZIP $ONOS_BITS |
76 | ls -l $ONOS_TAR $ONOS_ZIP >&2 | 76 | ls -l $ONOS_TAR $ONOS_ZIP >&2 |
77 | rm -r $ONOS_STAGE | 77 | rm -r $ONOS_STAGE | ... | ... |
-
Please register or login to post a comment