aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeber <beber>2005-12-07 15:07:41 +0000
committerbeber <beber>2005-12-07 15:07:41 +0000
commita08a1b738cc88df27cc8803c9a9cd904af9dca24 (patch)
tree854b46bf08f1de142ffde1ce83935b6911b645e8
parentpropset update (diff)
downloadespik-a08a1b738cc88df27cc8803c9a9cd904af9dca24.tar.xz
You can also don't pass any args
-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