aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/android/switch_to_good.sh
diff options
context:
space:
mode:
Diffstat (limited to 'binary_search_tool/android/switch_to_good.sh')
-rwxr-xr-xbinary_search_tool/android/switch_to_good.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary_search_tool/android/switch_to_good.sh b/binary_search_tool/android/switch_to_good.sh
index 557553c3..1c046c3f 100755
--- a/binary_search_tool/android/switch_to_good.sh
+++ b/binary_search_tool/android/switch_to_good.sh
@@ -17,7 +17,7 @@ source android/common.sh
OBJ_LIST_FILE=$1
# Symlink from GOOD obj to working tree.
-SWITCH_CMD="ln -sf ${BISECT_GOOD_BUILD}/{} {}; touch {};"
+SWITCH_CMD="ln -f ${BISECT_GOOD_BUILD}/{} {}; touch {};"
overall_status=0