Line
Link Here
|
0 |
-- a/.config/help |
0 |
++ b/.config/help |
Lines 1-4
Link Here
|
1 |
#!/usr/bin/python |
1 |
#!/usr/bin/env python3 |
2 |
|
2 |
|
3 |
import re, os, sys, textwrap |
3 |
import re, os, sys, textwrap |
4 |
# Formats help message |
4 |
# Formats help message |
5 |
-- a/.config/repl.py |
5 |
++ b/.config/repl.py |
Lines 1-4
Link Here
|
1 |
#!/usr/bin/python |
1 |
#!/usr/bin/env python3 |
2 |
|
2 |
|
3 |
import re, sys |
3 |
import re, sys |
4 |
|
4 |
|
5 |
-- a/.config/tar.py |
5 |
++ b/.config/tar.py |
Lines 1-4
Link Here
|
1 |
#!/usr/bin/python |
1 |
#!/usr/bin/env python3 |
2 |
|
2 |
|
3 |
import subprocess as sp |
3 |
import subprocess as sp |
4 |
import re, tempfile |
4 |
import re, tempfile |
5 |
-- a/configure |
5 |
++ b/configure |
Lines 1-4
Link Here
|
1 |
#!/usr/bin/python |
1 |
#!/usr/bin/env python3 |
2 |
|
2 |
|
3 |
import sys |
3 |
import sys |
4 |
if sys.version_info < (2, 7): |
4 |
if sys.version_info < (2, 7): |
5 |
-- a/exec/make_profile.in |
5 |
++ b/exec/make_profile.in |
Lines 1-4
Link Here
|
1 |
#!/bin/bash |
1 |
#!/usr/bin/env bash |
2 |
|
2 |
|
3 |
umask 0077 |
3 |
umask 0077 |
4 |
# new profile directory |
4 |
# new profile directory |
5 |
-- a/exec/xlogout |
5 |
++ b/exec/xlogout |
Lines 1-4
Link Here
|
1 |
#!/bin/bash |
1 |
#!/usr/bin/env bash |
2 |
|
2 |
|
3 |
# xlogout - logs user out of its X session |
3 |
# xlogout - logs user out of its X session |
4 |
# Linux specific since uses /proc |
4 |
# Linux specific since uses /proc |
5 |
-- a/scripts/endianess.sh |
5 |
++ b/scripts/endianess.sh |
Lines 1-4
Link Here
|
1 |
#!/bin/bash |
1 |
#!/usr/bin/env bash |
2 |
|
2 |
|
3 |
# When cross compiling, you may put cross compiler directory |
3 |
# When cross compiling, you may put cross compiler directory |
4 |
# in PATH before native gcc (aka spoofing), or you may set CC |
4 |
# in PATH before native gcc (aka spoofing), or you may set CC |
5 |
-- a/scripts/install_locale.sh |
5 |
++ b/scripts/install_locale.sh |
Lines 1-4
Link Here
|
1 |
#!/bin/bash |
1 |
#!/usr/bin/env bash |
2 |
|
2 |
|
3 |
dir=/tmp/lo-$$ |
3 |
dir=/tmp/lo-$$ |
4 |
mkdir $dir |
4 |
mkdir $dir |
5 |
-- a/scripts/install_locale.sh.in |
5 |
++ b/scripts/install_locale.sh.in |
Lines 1-4
Link Here
|
1 |
#!/bin/bash |
1 |
#!/usr/bin/env bash |
2 |
|
2 |
|
3 |
dir=/tmp/lo-$$ |
3 |
dir=/tmp/lo-$$ |
4 |
mkdir $dir |
4 |
mkdir $dir |
5 |
-- a/scripts/install.sh |
5 |
++ b/scripts/install.sh |
Lines 1-4
Link Here
|
1 |
#!/bin/bash |
1 |
#!/usr/bin/env bash |
2 |
|
2 |
|
3 |
usage () |
3 |
usage () |
4 |
{ |
4 |
{ |
5 |
-- a/scripts/mk_tar |
5 |
++ b/scripts/mk_tar |
Lines 1-4
Link Here
|
1 |
#!/bin/bash |
1 |
#!/usr/bin/env bash |
2 |
|
2 |
|
3 |
|
3 |
|
4 |
function info() |
4 |
function info() |
5 |
-- a/scripts/rfs-pkg-config |
5 |
++ b/scripts/rfs-pkg-config |
Lines 1-4
Link Here
|
1 |
#!/bin/bash |
1 |
#!/usr/bin/env bash |
2 |
|
2 |
|
3 |
# Tt runs pkg-config in a way that everything is searched under RFS |
3 |
# Tt runs pkg-config in a way that everything is searched under RFS |
4 |
# but reported including full path. Suitable for cross-compiling |
4 |
# but reported including full path. Suitable for cross-compiling |
5 |
-- a/scripts/update-proj.sh |
5 |
++ b/scripts/update-proj.sh |
Lines 1-4
Link Here
|
1 |
#!/bin/bash |
1 |
#!/usr/bin/env bash |
2 |
|
2 |
|
3 |
function usage () |
3 |
function usage () |
4 |
{ |
4 |
{ |
5 |
-- a/www/plugins/mk_gallery |
5 |
++ b/www/plugins/mk_gallery |
Lines 1-4
Link Here
|
1 |
#!/bin/sh |
1 |
#!/usr/bin/env sh |
2 |
|
2 |
|
3 |
echo > "$1" |
3 |
echo > "$1" |
4 |
#echo '<table cellpadding="0" cellspacing="0" border="0" align="left" bgcolor="#ffffff">' >> "$1" |
4 |
#echo '<table cellpadding="0" cellspacing="0" border="0" align="left" bgcolor="#ffffff">' >> "$1" |
5 |
-- a/www/shots/mk_gallery |
5 |
++ b/www/shots/mk_gallery |
Lines 1-4
Link Here
|
1 |
#!/bin/sh |
1 |
#!/usr/bin/env sh |
2 |
|
2 |
|
3 |
function help () |
3 |
function help () |
4 |
{ |
4 |
{ |