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