-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
with patch I was able to cat temp.patch | patch, but not with wiggle:
temp > cat temp.patch | wiggle --patch --replace
wiggle: -p in merge mode requires exactly one file
temp > wiggle --patch --replace < temp.patch
wiggle: -p in merge mode requires exactly one file
temp > wiggle --patch --replace <(cat temp.patch)
wiggle: Cannot find files to patch: please specify --strip
wiggle: aborting
temp > cat temp.patch | wiggle --patch --replace -
wiggle: cannot open -
are there any workarounds? why it doesn't work?
with zsh you can use substitution like =(cat temp.patch), but not with bash
Metadata
Metadata
Assignees
Labels
No labels