diff options
Diffstat (limited to 'h2ph.SH')
-rw-r--r-- | h2ph.SH | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ case $CONFIG in ln ../../../config.sh . || \ (echo "Can't find config.sh."; exit 1) fi - . config.sh + . ./config.sh ;; esac : This forces SH files to create target in same directory as SH file. @@ -177,7 +177,7 @@ sub expr { $new .= 'defined'; } elsif (/^\(/) { - s/^\((\w),/("$1",/ if $id =~ /^_IO[WR]*$/; # cheat + s/^\((\w),/("$1",/ if $id =~ /^_IO[WR]*$/i; # cheat $new .= " &$id"; } elsif ($isatype{$id}) { |