diff options
author | beber <beber> | 2005-12-01 13:31:45 +0000 |
---|---|---|
committer | beber <beber> | 2005-12-01 13:31:45 +0000 |
commit | e54e7f411713e0fecd0a9ab7dfc04543173d778c (patch) | |
tree | 35c27b6b93899dba037be66cc6b75b98809ad0a7 /sh | |
parent | ignore update (diff) | |
download | espik-e54e7f411713e0fecd0a9ab7dfc04543173d778c.tar.xz |
ignore update
Diffstat (limited to 'sh')
-rw-r--r-- | sh/propset.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/propset.sh b/sh/propset.sh index bc2899b..153b1f6 100644 --- a/sh/propset.sh +++ b/sh/propset.sh @@ -7,7 +7,7 @@ if [ $# -lt 1 ]; then exit -1 fi -echo "$" >> .svnignore +echo "$@" >> .svnignore svn commit -m "ignore update" |