diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2009-07-24 16:30:43 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:12 -0600 |
commit | 797494b91e13c6faf35affe5bbacb1a3d3aa13fe (patch) | |
tree | 66406933958a986683a177316e2fcbc4c26289ca /src/rvs-core/commit.sh | |
parent | b2ff17c1c19c394b76b6f7ad019215361190d1c9 (diff) |
commit works fully for d and f filetypes!
Diffstat (limited to 'src/rvs-core/commit.sh')
-rw-r--r-- | src/rvs-core/commit.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |