summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2016-04-17 02:07:26 -0400
committerEli Schwartz <eschwartz@archlinux.org>2018-03-19 23:43:46 -0400
commit97e17a5996425e8b7c3c1765a3c5074e1c4ff38d (patch)
tree4300d0e8a316ff0a8979b55db195f504e122d1b4
parent9672d6ec64ff5773df4b22bca9f2da44303dc03f (diff)
Add "#!/hint/bash" to the beginning of several files
It is a method of notifying text-editors that a file is in Bash syntax without giving it a propper shebang (which would be confusing, as it would suggest that the file should be executable), as well as working across virtually all text-editors (unlike "-*- Mode: Bash -*-" or whatever).
-rw-r--r--config2
-rw-r--r--config.local.svn-community2
-rw-r--r--config.local.svn-packages2
-rw-r--r--db-functions2
4 files changed, 7 insertions, 1 deletions
diff --git a/config b/config
index 10b9668..e5db66a 100644
--- a/config
+++ b/config
@@ -1,3 +1,5 @@
+#!/hint/bash
+
FTP_BASE="/srv/ftp"
SVNREPO=''
SVNUSER=''
diff --git a/config.local.svn-community b/config.local.svn-community
index 105ea66..5d61b5e 100644
--- a/config.local.svn-community
+++ b/config.local.svn-community
@@ -1,3 +1,5 @@
+#!/hint/bash
+
PKGREPOS=('community' 'community-testing' 'community-staging' 'multilib' 'multilib-testing' 'multilib-staging')
PKGPOOL='pool/community'
SRCPOOL='sources/community'
diff --git a/config.local.svn-packages b/config.local.svn-packages
index 958a483..34aab35 100644
--- a/config.local.svn-packages
+++ b/config.local.svn-packages
@@ -1,3 +1,5 @@
+#!/hint/bash
+
PKGREPOS=('core' 'extra' 'testing' 'staging' 'kde-unstable' 'gnome-unstable')
PKGPOOL='pool/packages'
SRCPOOL='sources/packages'
diff --git a/db-functions b/db-functions
index 81c2ece..52faea2 100644
--- a/db-functions
+++ b/db-functions
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/hint/bash
. /usr/share/makepkg/util.sh