Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4968 @elbaulp au contraire, thank you for fixing this bug. Do we need quotes for the following? line 69: pid=$FLINK_PID_DIR/flink-$FLINK_IDENT_STRING-$DAEMON.pid line 181: done < ${pid}.tmp line 182: rm ${pid}.tmp
---