]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
setup.sh: Drop unnecessary OS constant.
[config/dotfiles.git] / setup.sh
index 4b5fc72b8e3b2b05eb1d02c9a9ae90f0f76556d2..fe584a195a9379ce5027d3b9dcd2226e4a6a0ac3 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -32,7 +32,6 @@ if installed git; then
 
     generate gitconfig .m4 m4 \
         -DPATIENCE="$PATIENCE" \
-        -DOS=`os` \
         -DPWD="`pwd`"
     link gitconfig ~/.gitconfig
 fi
@@ -42,8 +41,6 @@ if installed tig; then
 fi
 
 if installed hg; then
-    generate hgrc .m4 m4 \
-        -DOS=`os`
     link hgrc ~/.hgrc
 fi