summaryrefslogtreecommitdiffstats
path: root/linux/b
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-08-11 15:28:32 +0300
committerimarom <imarom@cisco.com>2015-08-11 15:28:32 +0300
commit2e72d446ad714f44d240487c1e85644f28e20f97 (patch)
tree7fc4ed033b3d64e9c63367951d38fa15090ed4b3 /linux/b
parentda6dd8c78fd9a3de1cea37375c5c366447d2db71 (diff)
added support for c++ 2011
this requires some compiler support (checking version, adding RPATH)
Diffstat (limited to 'linux/b')
-rwxr-xr-xlinux/b2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/b b/linux/b
index a308cf60..b33a4400 100755
--- a/linux/b
+++ b/linux/b
@@ -1,5 +1,5 @@
#! /bin/bash
-/router/bin/python-2.7.1 waf-1.6.8 $@
+python2.7 waf-1.6.8 $@
sts=$?
exit $sts