repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/i386/t-djgpp: Use NATIVE_SYSTEM_HEADER_DIR.
[official-gcc.git]
/
config
/
mpw
/
mpw-touch
blob
c743a5122b51ab928f2b5f0265da2b485f6e1bb0
1
# "Touch" command.
2
3
If "`Exists "{1}"`" != ""
4
SetFile -m . "{1}"
5
Else
6
Echo ' ' > "{1}"
7
End If