repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
compiler/pthread: port latest version
[AROS.git]
/
workbench
/
s
/
PCD
blob
de2596169975044215962d6871d35292d8b6561d
1
.key NEWDIR
2
3
.bra {
4
.ket }
5
6
; Changes directory and remembers the previous one
7
8
IF "{NEWDIR}" EQ ""
9
Assign ofrom{$$}: ""
10
CD from{$$}:
11
Assign from{$$}: ofrom{$$}:
12
Assign ofrom{$$}:
13
Else
14
Assign from{$$}: ""
15
CD {NEWDIR}
16
EndIF