summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xDocumentation/change_slot3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/change_slot b/Documentation/change_slot
index dbbfd343572..a324dc66136 100755
--- a/Documentation/change_slot
+++ b/Documentation/change_slot
@@ -70,7 +70,8 @@ change_slot () {
version=${package}-${INST_VERSION}
fi
- sed -i -e "s/^${OLD_SLOT}$/${NEW_SLOT}/" "${VDBDIR}/${category}/${version}/SLOT"
+ sed -e "s/^${OLD_SLOT}$/${NEW_SLOT}/" "${VDBDIR}/${category}/${version}/SLOT"
+# sed -i -e "s/^${OLD_SLOT}$/${NEW_SLOT}/" "${VDBDIR}/${category}/${version}/SLOT"
done
fi
done