Skip to content

Commit

Permalink
Get rid of copy/paste unfriendly '.'
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Dec 21, 2023
1 parent a333a74 commit 43c73c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ compare_and_copy() {

if [ ! -f "$destination_file" ] || ! diff -q "$source_file" "$destination_file" ; then
cp "$source_file" "$destination_file"
echo "File $1 copied to $2."
echo "File $1 copied to $2"
else
echo "Files $1 and $2 are identical. No copy needed."
fi
Expand Down

0 comments on commit 43c73c0

Please sign in to comment.