-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
xargs is an unnecessary dependency of e9compile
xargs is only used to print the compile command
Line 71 in 5e65b67
echo "$COMPILE" | xargs |
fix:
echo "$COMPILE"
# or
echo $COMPILE
McSinyx
Metadata
Metadata
Assignees
Labels
No labels