From 797494b91e13c6faf35affe5bbacb1a3d3aa13fe Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 24 Jul 2009 16:30:43 -0400 Subject: commit works fully for d and f filetypes! --- src/rvs-core/commit.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rvs-core/commit.sh') diff --git a/src/rvs-core/commit.sh b/src/rvs-core/commit.sh index e54c9f4..9fb44fc 100644 --- a/src/rvs-core/commit.sh +++ b/src/rvs-core/commit.sh @@ -21,6 +21,8 @@ else file='.' fi +warn "$file" + if [ ! -e $file ]; then error "file \`$file' does not exist"; # START file type list elif [ -L $file ]; then type='l'; # symbolic link -- cgit v1.2.3-54-g00ecf