Thomas Vachuska
Committed by Gerrit Code Review

Fixing onos-buck

Change-Id: Ibb3e60d273a276b3e86302fd1c915881b8615629
...@@ -35,4 +35,4 @@ fi ...@@ -35,4 +35,4 @@ fi
35 popd > /dev/null 35 popd > /dev/null
36 36
37 # Finally, run the Buck command... 37 # Finally, run the Buck command...
38 -eval $ONOS_ROOT/bin/buck $* 38 +$ONOS_ROOT/bin/buck "$@"
......