mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	tools: fix-source-copyright: fix botched script
This commit is contained in:
		| @@ -11,7 +11,7 @@ if [[ $# -eq 0 ]]; then | ||||
| fi | ||||
|  | ||||
| if [[ "$(uname -s)" == Darwin* ]]; then | ||||
|     git grep -lz "$@" | xargs -0 sed -E -i "" -e "s/$MATCH/$SUBST/" | ||||
|     find "$@" -type f -print0 | xargs -0 sed -E -i "" -e "s/$MATCH/$SUBST/" | ||||
| else | ||||
|     git grep -lz "$@" | xargs -0 sed -E -i""  -e "s/$MATCH/$SUBST/" | ||||
|     find "$@" -type f -print0 | xargs -0 sed -E -i""  -e "s/$MATCH/$SUBST/" | ||||
| fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user