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:
C.J. Adams-Collier 2007-03-28 17:49:18 +00:00
Родитель dc8f76d4eb
Коммит c179b9f8de
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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