aboutsummaryrefslogtreecommitdiff
path: root/source.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source.sh')
-rwxr-xr-xsource.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source.sh b/source.sh
index ad1c91c..78bf011 100755
--- a/source.sh
+++ b/source.sh
@@ -7,7 +7,7 @@ git clone https://git.suckless.org/st
cd st
curl -O http://st.suckless.org/patches/alpha/st-alpha-0.8.2.diff
git apply st-alpha-0.8.2.diff
-sed 's/^float alpha =.*$/float alpha = 0.6/' config.def.h > config.h
+sed 's/^float alpha =.*$/float alpha = 0.6;/' config.def.h > config.h
sudo make install
cd ..