From 93cb6dddc415e481e52bdd5f0b379b7ea811dcf2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 19 Mar 2013 17:18:51 -0400 Subject: fix git adding in pbs-init --- pbs-init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pbs-init b/pbs-init index 40918bc..b3b6ba4 100755 --- a/pbs-init +++ b/pbs-init @@ -35,7 +35,8 @@ main() { git init touch .pbs-root - git commit -m 'initial commit' .pbs-root + git add .pbs-root + git commit -m 'initial commit' } main "$@" -- cgit v1.1-4-g5e80