From 08496a8bd13ffc7228feac53accb93b063c4b358 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 8 Jan 2014 14:55:11 -0500 Subject: config: fix typo --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 3b7c13a..c6fca1b 100644 --- a/config +++ b/config @@ -1,4 +1,4 @@ -#/bin/bash # as a hint to text editors +#!/bin/bash # as a hint to text editors FTP_BASE="/srv/http/repo/public" SVNREPO="/var/abs" -- cgit v1.2.3-2-g168b