Skip to content
Snippets Groups Projects
Commit 8e85d542 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Changed [[ ]] by test.

parent b6b61b37
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ def builder2task(builder,useHostAsName=false,syncSource=true)
@_help[:reconf] = "create configure script on host" unless @_help.has_key?(:reconf)
task toDo[:reconf] do |t|
cmd = "[[ -f autogen.sh ]] && ./autogen.sh || autoreconf -vfi"
cmd = "test -f autogen.sh && ./autogen.sh || autoreconf -vfi"
dbg(cmd)
execute(cmd,builder)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment