From a08a1b738cc88df27cc8803c9a9cd904af9dca24 Mon Sep 17 00:00:00 2001 From: beber Date: Wed, 7 Dec 2005 15:07:41 +0000 Subject: You can also don't pass any args --- .svnignore | 1 - sh/propset.sh | 5 ----- 2 files changed, 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 -- cgit v1.2.3