summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-05-20 20:41:17 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-05-25 00:45:25 -0600
commitd0834f7e6bd53ea729374eab138bb38a36c73996 (patch)
tree15150b8efd6b1845fe707ff1e8a57a4af6e84b15
parent0be51cb3e78592984ea8152cac176448d1765fb0 (diff)
Clean up shebangs
-rw-r--r--config2
-rwxr-xr-xcron-jobs/check_archlinux/check_packages.py2
-rwxr-xr-xcron-jobs/make_repo_torrents2
-rw-r--r--db-functions2
-rwxr-xr-xlist_nonfree_in_db.py2
-rwxr-xr-xmake_individual_torrent2
6 files changed, 6 insertions, 6 deletions
diff --git a/config b/config
index fdf3ef9..ec732c8 100644
--- a/config
+++ b/config
@@ -1,4 +1,4 @@
-#!/bin/bash # as a hint to text editors
+#!/hint/bash
FTP_BASE="/srv/repo/main"
SVNREPO="/var/abs"
diff --git a/cron-jobs/check_archlinux/check_packages.py b/cron-jobs/check_archlinux/check_packages.py
index d233bf6..ac0194f 100755
--- a/cron-jobs/check_archlinux/check_packages.py
+++ b/cron-jobs/check_archlinux/check_packages.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/env python2
#
# check_archlinux.py
#
diff --git a/cron-jobs/make_repo_torrents b/cron-jobs/make_repo_torrents
index fc723f1..2eb0978 100755
--- a/cron-jobs/make_repo_torrents
+++ b/cron-jobs/make_repo_torrents
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
# Copyright (C) 2014 Joseph Graham <joseph@t67.eu>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/db-functions b/db-functions
index dd8e2dc..a0b20cd 100644
--- a/db-functions
+++ b/db-functions
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/hint/bash
# Some PKGBUILDs need CARCH to be set
CARCH="x86_64"
diff --git a/list_nonfree_in_db.py b/list_nonfree_in_db.py
index 4e1b164..a486fa5 100755
--- a/list_nonfree_in_db.py
+++ b/list_nonfree_in_db.py
@@ -1,4 +1,4 @@
-#! /usr/bin/python2
+#!/usr/bin/env python2
#-*- encoding: utf-8 -*-
from filter import *
import argparse
diff --git a/make_individual_torrent b/make_individual_torrent
index e5b7d8c..0a7e778 100755
--- a/make_individual_torrent
+++ b/make_individual_torrent
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
# Copyright (C) 2014 Joseph Graham <joseph@t67.eu>
#
# This program is free software: you can redistribute it and/or modify