diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-10-21 19:05:29 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-10-21 19:05:29 +0200 |
commit | c7462c4043850a432fd75ed39286e4f806102a6d (patch) | |
tree | 7de47eb35d05aea22459fe0cc93ad50a1811d967 /scripts/build/bootstrap_cdebootstrap | |
parent | be1dfb1b0b80d93d6be9a20fc5d2aba5a0462205 (diff) | |
download | vyos-live-build-c7462c4043850a432fd75ed39286e4f806102a6d.tar.gz vyos-live-build-c7462c4043850a432fd75ed39286e4f806102a6d.zip |
Depending on python3, thanks to Richard Nelson <unixabg@gmail.com> (Closes: #726806)
Diffstat (limited to 'scripts/build/bootstrap_cdebootstrap')
-rwxr-xr-x | scripts/build/bootstrap_cdebootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/bootstrap_cdebootstrap b/scripts/build/bootstrap_cdebootstrap index 5c395298e..24eef1d3f 100755 --- a/scripts/build/bootstrap_cdebootstrap +++ b/scripts/build/bootstrap_cdebootstrap @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 ## live-build(7) - Live System Build Components ## Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch> |