Skip to content

Add -e flag for checked #exec#72

Open
gyepisam wants to merge 1 commit into
logological:masterfrom
gyepisam:fail-loudly
Open

Add -e flag for checked #exec#72
gyepisam wants to merge 1 commit into
logological:masterfrom
gyepisam:fail-loudly

Conversation

@gyepisam

Copy link
Copy Markdown

The -e flag replicates the -x flag
and enables the #exec meta-macro.
Additionally, the flag causes the
exit status of execed processes to be checked.
A failed command, denoted by a non-zero return value from popen (3), causes GPP to emit a warning message and exit.

The -e flag replicates the -x flag
and enables the #exec meta-macro.
Additionally, the flag causes the
exit status of execed processes to be checked.
A failed command, denoted by a non-zero return value
from popen (3),  causes GPP to emit a warning message
and exit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant