Skip to content

Commit 2f1cb77

Browse files
author
dvmorris
committed
removed a block of code refs #1
1 parent 02fd2cc commit 2f1cb77

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

topmodx/tmp/test-script.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,6 @@
5656

5757
shift
5858

59-
# i included this bit as to not damage any files if the user does not specify
60-
# anything to be done
61-
# just a safety measure
62-
63-
if [ $# -lt 3 ] ; then
64-
echo "usage: renna r [expression] [replacement] files... "
65-
exit 0
66-
fi
67-
6859
# remove other information
6960
OLD=$1 ; NEW=$2 ; shift ; shift
7061

0 commit comments

Comments
 (0)