grawity

Untitled

Apr 30th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. panther ~/src/pacman master
  2. @ echo $PS4
  3. +\e[34m${BASH_SOURCE:--}:\e[1m$LINENO\e[0m:${FUNCNAME:+\e[33m$FUNCNAME\e[0m}
  4.  
  5. panther ~/src/pacman master
  6. @ cat ./autogen.sh
  7. #!/bin/sh -xu
  8.  
  9. aclocal -I m4 --install
  10. autoheader
  11. automake --foreign
  12. autoconf
  13.  
  14. panther ~/src/pacman master
  15. @ ./autogen.sh
  16. ./autogen.sh: 1: LINENO: parameter not set
  17. (returned 2)
  18.  
  19. panther ~/src/pacman master
  20. @
Advertisement
Add Comment
Please, Sign In to add comment