summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/scripts/jquery/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scripts/jquery/update.sh b/lib/scripts/jquery/update.sh
index 9e1f57dd3..bea9206db 100755
--- a/lib/scripts/jquery/update.sh
+++ b/lib/scripts/jquery/update.sh
@@ -25,5 +25,5 @@ do
done
# remove font family declarations from smoothness CSS
-cat jquery-ui-theme/smoothness.css.ori | sed "s/font-family:[^;]*;//" >> jquery-ui-theme/smoothness.css
+cat jquery-ui-theme/smoothness.css.ori | sed "s/font-family:[^;]*;//" > jquery-ui-theme/smoothness.css
rm jquery-ui-theme/smoothness.css.ori \ No newline at end of file