aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeber <beber>2005-12-01 13:31:45 +0000
committerbeber <beber>2005-12-01 13:31:45 +0000
commite54e7f411713e0fecd0a9ab7dfc04543173d778c (patch)
tree35c27b6b93899dba037be66cc6b75b98809ad0a7
parentignore update (diff)
downloadespik-e54e7f411713e0fecd0a9ab7dfc04543173d778c.tar.xz
ignore update
-rw-r--r--.svnignore2
-rw-r--r--sh/propset.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.svnignore b/.svnignore
index 19d6e66..d1daac9 100644
--- a/.svnignore
+++ b/.svnignore
@@ -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"