diff options
author | jrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu> | 2011-02-02 03:34:35 -0800 |
---|---|---|
committer | jrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu> | 2011-02-02 03:34:35 -0800 |
commit | 6451c6627ba50f5197a07ec224f248c4a6516f3b (patch) | |
tree | 5663e1a81fc52773950c27121217e01d06869c80 /pinyconfigs/etc | |
parent | fdfa9a90322de6910c76711eee6e5ae5bf561c6a (diff) | |
download | piny-code-6451c6627ba50f5197a07ec224f248c4a6516f3b.tar.gz piny-code-6451c6627ba50f5197a07ec224f248c4a6516f3b.zip |
Fixing shebang on cron script
Diffstat (limited to 'pinyconfigs/etc')
-rwxr-xr-x | pinyconfigs/etc/cron.weekly/piny | 2 |
1 files changed, 1 insertions, 1 deletions
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 |