File: e2

package info (click to toggle)
elvis 2.1.4-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 4,528 kB
  • ctags: 6,177
  • sloc: ansic: 57,188; sh: 1,026; makefile: 299
file content (8 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh

# This is a little "wrapper" shell script, which runs ./elvis with elvispath
# set to "lib".  This is handy for testing before it is installed.

ELVISPATH=lib
export ELVISPATH
exec ./elvis "$@"