Skip to content

Commit

Permalink
add overwrite option in mv commend (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
KimEJ authored and kogakure committed Dec 1, 2018
1 parent 61825ab commit 226dd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ install()
then
log "Skipping $FILE.bak, file exists..."
else
mv $MV_ARGS "$TARGET/$FILE" "$TARGET/$FILE.bak"
mv -f $MV_ARGS "$TARGET/$FILE" "$TARGET/$FILE.bak"
fi
done
log ""
Expand Down

0 comments on commit 226dd93

Please sign in to comment.