Skip to content

Commit

Permalink
Put RN_ASSETS_PATH in quotes (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
mizinin authored Aug 29, 2023
1 parent cf0d502 commit ea8f610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strip_svgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
RN_ASSETS_PATH="$CONFIGURATION_BUILD_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/assets"

if [ -d "$RN_ASSETS_PATH" ]; then
find $RN_ASSETS_PATH -type f -name "*.svg" -delete
find "$RN_ASSETS_PATH" -type f -name "*.svg" -delete
fi

0 comments on commit ea8f610

Please sign in to comment.