Skip to content

Commit

Permalink
Typo in run_acme error message.
Browse files Browse the repository at this point in the history
No functional change.
  • Loading branch information
cameronsmith1 committed Apr 13, 2017
1 parent 0996959 commit 6abda78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_acme.template.csh
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ if ( `lowercase $case_build_dir` != default && -d $case_build_dir ) then
if ( ${seconds_before_delete_bld_dir} >= 0 ) then
set num_seconds_until_delete = $seconds_before_delete_bld_dir
acme_newline
acme_print 'Removing old $case_build_dir directory '${case_name}' in '${num_seconds_until_delete}' seconds.'
acme_print 'Removing old $case_build_dir directory for '${case_name}' in '${num_seconds_until_delete}' seconds.'
acme_print 'To abort, press ctrl-C'
while ( ${num_seconds_until_delete} > 0 )
acme_print ' '${num_seconds_until_delete}' seconds until deletion.'
Expand Down

0 comments on commit 6abda78

Please sign in to comment.