diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-30 02:19:06 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-30 02:19:06 +0000 |
commit | 4e311dd39d59915bec3d649b9427b0bb48f987c4 (patch) | |
tree | 1c67c50aa63be4939eebb26cff244bb9e3bed89c /bin | |
parent | dc1e161660e11766ee656604a096f72add655828 (diff) | |
download | ATCD-4e311dd39d59915bec3d649b9427b0bb48f987c4.tar.gz |
Fixed typo.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/auto_compile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/auto_compile b/bin/auto_compile index d4ea2bb3708..25662f308ba 100755 --- a/bin/auto_compile +++ b/bin/auto_compile @@ -251,5 +251,5 @@ print HIST "OK\n"; close(HIST) || mydie "cannot close history file"; -unline $disable_file +unlink $disable_file || mydie "cannot unlink disable file"; |