]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: Use generate().
authorSimon Ruderich <simon@ruderich.org>
Mon, 13 Apr 2009 19:08:53 +0000 (21:08 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 13 Apr 2009 19:08:53 +0000 (21:08 +0200)
gitconfig.m4
setup.sh

index 4fec07701d98463390b1bc99c45ba34a144405e1..49c785cd68b6d9af23b22927cad2c5b4b8a608c5 100644 (file)
@@ -1,3 +1,6 @@
+dnl Load macros.
+include(../lib.m4)
+
 [user]
        name = Simon Ruderich
        email = simon@ruderich.org
index a530d1fe260f00595f658987f61fdad76e7c7000..2fd5d54cb767f2aa8f14292eb7f1ea19fe6dd23d 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -6,7 +6,7 @@
 . ../lib.sh
 
 # Generate gitconfig.
-m4 gitconfig -DGITIGNORE=`pwd`/gitignore -DOS=`os`
+generate m4 gitconfig -DGITIGNORE=`pwd`/gitignore -DOS=`os`
 
 # Link setup.
 link gitconfig ~/.gitconfig