From 0dffbe975578cc40d5ef229a182cb8945d2536a2 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 7 Jan 2013 03:03:28 +0100 Subject: [PATCH] Fixed "make clean" --- tests/tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tests.sh b/tests/tests.sh index 389412b..2225eb4 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh #$Id$ -#Copyright (c) 2011-2012 Pierre Pronchery +#Copyright (c) 2011-2013 Pierre Pronchery #This file is part of DeforaOS System libSystem #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by @@ -25,9 +25,9 @@ _usage() #main -while getopts "P:" "name"; do +while getopts "cP:" "name"; do case "$name" in - P) + c|P) #XXX ignored ;; ?)