diff options
Diffstat (limited to 'awklib/eg')
-rw-r--r-- | awklib/eg/lib/inplace.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/lib/inplace.awk b/awklib/eg/lib/inplace.awk index 15a83f58..505be76d 100644 --- a/awklib/eg/lib/inplace.awk +++ b/awklib/eg/lib/inplace.awk @@ -15,7 +15,7 @@ # actions in an ENDFILE rule will be redirected as expected. BEGIN { - inplace = 1 # enabled by default + inplace = 1 # enabled by default } BEGINFILE { |