projects
/
EVA-2020-02.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix(bkgpslog):Add missing fi
[EVA-2020-02.git]
/
exec
/
bkgpslog
diff --git
a/exec/bkgpslog
b/exec/bkgpslog
index f7d1b187e7951736051281191349124803e57898..7e6bf273c644e63d4adbacfb88cacafd77d5a1f0 100755
(executable)
--- a/
exec/bkgpslog
+++ b/
exec/bkgpslog
@@
-308,6
+308,7
@@
main() {
CMD_COMPRESS_SUFFIX=".gz";
else
yell "ERROR:Compression enabled but \"gzip\" not found. Exiting."; exit 1;
CMD_COMPRESS_SUFFIX=".gz";
else
yell "ERROR:Compression enabled but \"gzip\" not found. Exiting."; exit 1;
+ fi
else
CMD_COMPRESS="";
CMD_COMPRESS_SUFFIX="";
else
CMD_COMPRESS="";
CMD_COMPRESS_SUFFIX="";