aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiss b/kiss
index 53ce64d..e6936f1 100755
--- a/kiss
+++ b/kiss
@@ -164,7 +164,7 @@ ssed() {
# The '$4' equates to a 'sudo'/'su' equivalent when parts
# of the function's body must run as 'root'. Globbing is
# disabled and the input hardcoded so this is fine.
- $4 sed "s/$sea/$rep" "$3" > "$3.bak"
+ $4 sed "s/$sea/$rep/" "$3" > "$3.bak"
$4 mv -f "$3.bak" "$3"
}