Page MenuHomeFreeBSD

D5011.id12540.diff
No OneTemporary

D5011.id12540.diff

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

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)

Event Timeline