changeset 28879 | 8c1759a2bdf4 |
parent 27569 | b3eba79b7e04 |
child 29219 | 3c9066ed557c |
28878:a75c9665ef06 | 28879:8c1759a2bdf4 |
---|---|
1 #require test-repo |
|
2 |
|
3 $ cd "`dirname "$TESTDIR"`" |
|
4 |
|
5 look for python scripts that do not use /usr/bin/env |
|
6 |
|
7 $ hg files 'set:grep(r"^#!.*?python") and not grep(r"^#!/usr/bin/env python")' |
|
8 [1] |
|
9 |
|
10 look for shell scripts that do not use /bin/sh |
|
11 |
|
12 $ hg files 'set:grep(r"^#!.*/bin/sh") and not grep(r"^#!/bin/sh")' |
|
13 [1] |