diff options
Diffstat (limited to 'x2p/cflags.SH')
-rwxr-xr-x | x2p/cflags.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/cflags.SH b/x2p/cflags.SH index e20c3a478b..531ef65805 100755 --- a/x2p/cflags.SH +++ b/x2p/cflags.SH @@ -49,7 +49,7 @@ case $# in 0) set *.c; echo "The current C flags are:" ;; esac -set `echo "$* " | sed 's/\.[oc] / /g'` +set `echo "$* " | sed -e 's/\.[oc] / /g' -e 's/\.obj / /g'` for file do |