From 6451c6627ba50f5197a07ec224f248c4a6516f3b Mon Sep 17 00:00:00 2001 From: "jrayhawk+piny.be@omgwallhack.org" Date: Wed, 2 Feb 2011 03:34:35 -0800 Subject: Fixing shebang on cron script --- pinyconfigs/etc/cron.weekly/piny | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinyconfigs/etc/cron.weekly/piny b/pinyconfigs/etc/cron.weekly/piny index 3719879..59fda8f 100755 --- a/pinyconfigs/etc/cron.weekly/piny +++ b/pinyconfigs/etc/cron.weekly/piny @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh export GIT_DIR -- cgit v1.2.3