Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daviduhden committed Sep 8, 2024
1 parent c1fdcea commit 9dfa7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch-ports.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ list_ports_subdirectories() {
copy_directory() {
TARGET_DIR="$SUBDIRECTORY/$DIRECTORY"
if [ -d "$TARGET_DIR" ]; then
echo "Directory $TARGET_DIR already exists. Removing files except 'CVS' directory."
echo "Directory $TARGET_DIR already exists. Removing files except 'CVS' directories."
find "$TARGET_DIR" -mindepth 1 ! -name "CVS" -exec rm -rf {} +
fi
cp -R "$DIRECTORY" "$SUBDIRECTORY/"
Expand Down

0 comments on commit 9dfa7a4

Please sign in to comment.