blob: 89e395cedd7203f5c08f35358862086e88dce095 [file] [log] [blame]
#!/bin/bash
# Add -P flag to get rid of #line directives which break caching
args=()
for arg in "$@"; do
args+=("$arg")
[[ "$arg" == "-E" ]] && args+=("-P")
done
exec "${args[@]}"