diff options
author | Robert Mustacchi <rm@joyent.com> | 2013-01-28 21:37:21 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2013-01-29 00:07:29 +0000 |
commit | ccce5498e8acd2956467f73c04fa66e83fe9ddae (patch) | |
tree | 1db806f565909c6f0707e09a0337b7fc58086ed9 /usr/src/tools/scripts/wsdiff.py | |
parent | a0dfeda4da9e3b5c6682cdd039d7f4bcb052b1d5 (diff) | |
download | illumos-joyent-ccce5498e8acd2956467f73c04fa66e83fe9ddae.tar.gz |
OS-1799 stage-licenses should only be hit when building packages
OS-1800 onbld python tools shouldn't hardocde /usr/bin/python
OS-1801 Remove vistigial git-active.py
Diffstat (limited to 'usr/src/tools/scripts/wsdiff.py')
-rw-r--r-- | usr/src/tools/scripts/wsdiff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/tools/scripts/wsdiff.py b/usr/src/tools/scripts/wsdiff.py index 5156f03c20..b485a143a3 100644 --- a/usr/src/tools/scripts/wsdiff.py +++ b/usr/src/tools/scripts/wsdiff.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!ON_PYTHON_26 # # CDDL HEADER START # |