diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-08 21:17:35 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-08 21:17:35 -0500 |
commit | 3537841a9287ea1c7871545ffebb855561f7c1e0 (patch) | |
tree | b9b58c0b99b6f2e7e695134436efe31ed371d4b6 /config | |
parent | 766a076891a37cebc7b448241c8c183c32f49d9e (diff) |
misc touch up
- TODO: add trailing newline
- config: add text editor hint
- config.orig: remove
- getrepos: quote, use --
- db-functions: hardcode some paths, remove needless nullglob
Diffstat (limited to 'config')
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash # as a hint to text editors FTP_BASE="/srv/http/repo/public" ARCH_BASE="/srv/http/repo/public" SVNREPO="/var/abs" |