10:48 < kraptor> cj, I found a bug in make.sh in Tao, pushd is only defined in
bash, no in sh, son the start must be #!/bin/bash instead of sh svn path=/trunk/tao/; revision=75091
This commit is contained in:
Родитель
dc8f76d4eb
Коммит
c179b9f8de
2
make.sh
2
make.sh
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# Builds the Tao Framework using both Prebuild and autotools
|
# Builds the Tao Framework using both Prebuild and autotools
|
||||||
|
|
||||||
configure_args=$1
|
configure_args=$1
|
||||||
|
|
Загрузка…
Ссылка в новой задаче