summaryrefslogtreecommitdiff
path: root/lib/scripts
diff options
context:
space:
mode:
authorStefan Grönke <stefan@gronke.net>2013-01-19 20:29:15 +0100
committerStefan Grönke <stefan@gronke.net>2013-01-19 20:29:15 +0100
commit20996c3c47ebafd29ce608ab940596be7adb4a73 (patch)
treeaae63810a3c25a470660b4bbebadd397b1a14c50 /lib/scripts
parent298dbae2a9ba56168aa0aa6bfc9a3df2661f6f11 (diff)
downloadrpg-20996c3c47ebafd29ce608ab940596be7adb4a73.tar.gz
rpg-20996c3c47ebafd29ce608ab940596be7adb4a73.tar.bz2
update.sh must overwrite stylesheet
Diffstat (limited to 'lib/scripts')
-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