summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-30 02:19:06 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-30 02:19:06 +0000
commit4e311dd39d59915bec3d649b9427b0bb48f987c4 (patch)
tree1c67c50aa63be4939eebb26cff244bb9e3bed89c /bin
parentdc1e161660e11766ee656604a096f72add655828 (diff)
downloadATCD-4e311dd39d59915bec3d649b9427b0bb48f987c4.tar.gz
Fixed typo.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/auto_compile2
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";