Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158882991
D5011.id12540.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
536 B
Referenced Files
None
Subscribers
None
D5011.id12540.diff
View Options
Index: Mk/Scripts/smart_makepatch.sh
===================================================================
--- Mk/Scripts/smart_makepatch.sh
+++ Mk/Scripts/smart_makepatch.sh
@@ -184,9 +184,9 @@
local OUT
local ORIG
local new_list
- new_list=$(cd ${PATCH_WRKSRC} && \
+ new_list=$(cd "${PATCH_WRKSRC}" && \
find -s * -type f -name '*.orig' 2>/dev/null)
- (cd ${PATCH_WRKSRC} && for F in ${new_list}; do
+ (cd "${PATCH_WRKSRC}" && for F in ${new_list}; do
ORIG=${F#./}
NEW=${ORIG%.orig}
cmp -s ${ORIG} ${NEW} && continue
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 8, 6:57 AM (6 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33807650
Default Alt Text
D5011.id12540.diff (536 B)
Attached To
Mode
D5011: smart_makepatch.sh: Quote PATCH_WRKSRC when regenerating patches.
Attached
Detach File
Event Timeline
Log In to Comment