summaryrefslogtreecommitdiff
path: root/bin/dosed
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dosed')
-rwxr-xr-xbin/dosed2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dosed b/bin/dosed
index e14194b2..5ae09b7e 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