Skip to content

Commit 28961cf

Browse files
MatthijsBurghar13pit
authored andcommitted
Move target-now to old spot
1 parent 0486302 commit 28961cf

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

installer/tue-install-impl.bash

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -112,19 +112,6 @@ function tue-install-pipe
112112

113113
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
114114

115-
function tue-install-target-now
116-
{
117-
tue-install-debug "tue-install-target-now $*"
118-
119-
local target=$1
120-
121-
tue-install-debug "calling: tue-install-target $target true"
122-
tue-install-target "$target" "true"
123-
return $?
124-
}
125-
126-
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
127-
128115
function _set_dependencies
129116
{
130117
local parent_target=$1
@@ -263,6 +250,19 @@ function tue-install-rosdep
263250

264251
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
265252

253+
function tue-install-target-now
254+
{
255+
tue-install-debug "tue-install-target-now $*"
256+
257+
local target=$1
258+
259+
tue-install-debug "calling: tue-install-target $target true"
260+
tue-install-target "$target" "true"
261+
return $?
262+
}
263+
264+
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
265+
266266
function tue-install-target
267267
{
268268
tue-install-debug "tue-install-target $*"

0 commit comments

Comments
 (0)