From: Rudolf Polzer Date: Fri, 27 May 2011 08:27:24 +0000 (+0200) Subject: fix a typo X-Git-Tag: xonotic-v0.5.0~83 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=c1054a4f389e228f72b9826a935b7afcd245a084 fix a typo --- diff --git a/all b/all index a17f2ac9..aaba39ec 100755 --- a/all +++ b/all @@ -303,7 +303,7 @@ case "$cmd" in git ls-files HEAD -- "$@" } | { while IFS= read -r F; do - case "$F" in */*) mkdir -p "$release_dst/${F%/}" ;; esac + case "$F" in */*) mkdir -p "$release_dst/${F%/*}" ;; esac verbose ln -f "$release_src/$F" "$release_dst/$F" done }