File: predist

package info (click to toggle)
ocsigen 1.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,560 kB
  • sloc: ml: 35,873; makefile: 1,450; sh: 772; ansic: 29
file content (5 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/bin/sh
chmod a+rx configure
if [ -d "$DARCS_REPO" ]; then
    darcs changes --last 100 --repodir "$DARCS_REPO" > CHANGES.darcs
fi