Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b70c022c authored by ADILI Robin's avatar ADILI Robin
Browse files

printf skips the licence agreement while echo does not

parent 2cf0ee21
No related branches found
No related tags found
No related merge requests found
build.sh 100644 → 100755
...@@ -17,11 +17,11 @@ rm *.tar.gz ...@@ -17,11 +17,11 @@ rm *.tar.gz
fbxsdkdir="$builddir"/fbxsdk fbxsdkdir="$builddir"/fbxsdk
mkdir "$fbxsdkdir" mkdir "$fbxsdkdir"
./fbx*fbxsdk_linux "$fbxsdkdir" printf "yes\nn\n" |./fbx*fbxsdk_linux "$fbxsdkdir"
fbxpydir="$builddir"/fbxpy fbxpydir="$builddir"/fbxpy
mkdir "$fbxpydir" 2>/dev/null mkdir "$fbxpydir" 2>/dev/null
./fbx*fbxpythonbindings_linux "$fbxpydir" printf "yes\nn\n" |./fbx*fbxpythonbindings_linux "$fbxpydir"
sipdir="$builddir/sip-4.19.3" sipdir="$builddir/sip-4.19.3"
cd "$sipdir" cd "$sipdir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment