aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.svnignore1
-rw-r--r--sh/propset.sh5
2 files changed, 0 insertions, 6 deletions
diff --git a/.svnignore b/.svnignore
index f1118a9..12ab4ef 100644
--- a/.svnignore
+++ b/.svnignore
@@ -11,7 +11,6 @@ config.guess
stamp-h1
autom4te.cache
aclocal.m4
-libtool
ltmain.sh
svn-commit*.tmp
espik
diff --git a/sh/propset.sh b/sh/propset.sh
index ef34d03..dc9dc8b 100644
--- a/sh/propset.sh
+++ b/sh/propset.sh
@@ -4,11 +4,6 @@
export LC_ALL=C
-if [ $# -lt 1 ]; then
- echo "Give me some file to ignore"
- exit -1
-fi
-
while [ ! -z "$1" ]
do
echo $1 >> .svnignore