summaryrefslogtreecommitdiff
path: root/scripts/replace.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/replace.sh')
-rwxr-xr-xscripts/replace.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/replace.sh b/scripts/replace.sh
index c6f9d4c..3520624 100755
--- a/scripts/replace.sh
+++ b/scripts/replace.sh
@@ -1,6 +1,3 @@
#!/bin/sh
-sed "s/$2/$3/g" $1 > temp
-mv -f temp $1
-
-
+exec sed -i "s/$2/$3/g" $1