summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/dosed2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dosed b/bin/dosed
index e14194b28..5ae09b7ed 100755
--- a/bin/dosed
+++ b/bin/dosed
@@ -9,7 +9,7 @@ for x in "$@" ; do
y="${D}${x}"
if [ -e "${y}" ] ; then
if [ -f "${y}" ] ; then
- sed -ie "${mysed}" "${y}"
+ sed -i -e "${mysed}" "${y}"
else
echo "${y} is not a regular file!"
exit 1