1
0
Adrian Schröter 2011-03-31 13:58:05 +00:00 committed by Git OBS Bridge
parent 61a722e069
commit 932f419e54

View File

@ -45,7 +45,7 @@ while test $# -gt 0; do
shift
;;
*-exclude)
EXCLUDES="$EXCLUDES --exclude=\'${2#/}\'"
EXCLUDES="$EXCLUDES --exclude='${2#/}'"
shift
;;
*-filename)