Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161756821
D24571.id71716.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
395 B
Referenced Files
None
Subscribers
None
D24571.id71716.diff
View Options
Index: Keywords/sample.ucl
===================================================================
--- Keywords/sample.ucl
+++ Keywords/sample.ucl
@@ -55,7 +55,7 @@
esac
if cmp -s "${target_file}" "${sample_file}"; then
rm -f "${target_file}"
- else
+ elif test -e "${target_file}" ; then
echo "You may need to manually remove ${target_file} if it is no longer needed."
fi
EOD
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 7, 2:12 PM (16 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34800679
Default Alt Text
D24571.id71716.diff (395 B)
Attached To
Mode
D24571: Fix @sample to avoid "You may need to manually remove..." if file is already gone.
Attached
Detach File
Event Timeline
Log In to Comment