X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=setup_script.py;h=63e5ba2bb8541d4ce0ad5c142b756d12536f1113;hb=ed937c48eeacac2e65555d05e923717dd9f3a3dc;hp=496a74ec1c7fc5805e62dc6e08a70ce6dc5e007d;hpb=47276a17c76ecf2dc5826e1ff0ed4f133eb74657;p=bbcp.git diff --git a/setup_script.py b/setup_script.py index 496a74e..63e5ba2 100755 --- a/setup_script.py +++ b/setup_script.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#! /usr/bin/env python import os @@ -6,7 +6,7 @@ name = "BlackBox LinDev" OUT = open(name, "w") -print >> OUT, "#!/bin/bash" +print >> OUT, "#!/bin/sh" cwd = os.getcwd()