Created
February 9, 2009 22:20
-
-
Save travisbhartwell/61062 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| cd $HOME/Source/ledger/ledger && make distclean | |
| git checkout acprep && git pull && perl -pi -e "s/--disable-shared/--disable-static --with-lisp-dir=\/home\/nafai\/lib\/emacs/" acprep && ./acprep && make check |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment