Skip to content

Commit a76df6a

Browse files
Make Posix compliant; fix RoboStack/ros-noetic#122
1 parent 62e5dfc commit a76df6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vinca/templates/activate.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Not sure if this is necessary on UNIX?
88
# export QT_PLUGIN_PATH=$CONDA_PREFIX\plugins
99

10-
if [ "$CONDA_BUILD" == "1" -a "$target_platform" != "$build_platform" ]; then
10+
if [ "$CONDA_BUILD" = "1" -a "$target_platform" != "$build_platform" ]; then
1111
# ignore sourcing
1212
echo "Not activating ROS when cross-compiling";
1313
else

0 commit comments

Comments
 (0)