summaryrefslogtreecommitdiff
path: root/config.local.svn-packages
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-04-17 02:07:26 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-04-17 14:46:10 -0400
commita2891a08c0cde48d966b037503c24b0d8f5b5f6d (patch)
tree6b4da20dbfdc9f45e0c28e04623eb9aeb799ce5b /config.local.svn-packages
parent8700e09c4d2ff0a20d5fa3789a6309078bc1ccb6 (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).
Diffstat (limited to 'config.local.svn-packages')
-rw-r--r--config.local.svn-packages2
1 files changed, 2 insertions, 0 deletions
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'