mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-06 07:49:02 +00:00
Estimated hours taken: 0.3 Branches: main tools/dotime: tools/dotime.in: Delete dotime from CVS and add dotime.in in its place. Whereas dotime had a csh executable hardwired in, dotime.in takes this pathname from autoconfiguration. tools/Mmakefile: Add dotime to the list of autoconfigured scripts. tools/.nocopyright: Update the list of scripwnocopyright files. configure.in: Autodetect the path name of the C shell executable.
3 lines
23 B
Plaintext
Executable File
3 lines
23 B
Plaintext
Executable File
#!@CSHPATH@ -f
|
|
time $*
|