repo.or.cz
/
harbours.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump zlib to 1.3.1, 1.3 is no longer available.
[harbours.git]
/
facade
/
as
blob
ce8ff94699201d182f6ab7dd77c13d11f898a0d1
1
#!/bin/sh
2
3
run_it
() {
4
# echo "[AS $PWD]:" "$@"
5
exec
"$@"
6
}
7
8
run_it
$HELENOS_CROSS_PATH
/
$HSCT_REAL_TARGET
-as
$HSCT_ASFLAGS
"$@"