public
Description: Debugger for zsh (at least 4.3.6-dev-2)
Homepage:
Clone URL: git://github.com/rocky/zshdb.git
rocky (author)
Fri Jul 03 22:57:20 -0700 2009
commit  d3370dfff7846c64685aa948be7662c9ca3093c1
tree    0daa8cce92dcca6e42b66e85602c19c5952699b7
parent  8f7b94496c279d3f07c37f7bbc9d8a335683f893
zshdb / autogen.sh
100755 7 lines (6 sloc) 0.099 kb
1
2
3
4
5
6
7
#!/bin/zsh
autoreconf -i && \
autoconf && {
  print "Running configure with $@"
  ./configure $@
}