diff options
-rw-r--r-- | .svnignore | 2 | ||||
-rw-r--r-- | sh/propset.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -14,4 +14,4 @@ aclocal.m4 ltmain.sh svn-commit*.tmp espik -$ +toto 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" |