summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-09-17 22:17:58 +0000
committerJeremy Katz <katzj@redhat.com>2003-09-17 22:17:58 +0000
commit53abf6224200732d1df620c2a942e2d331644a01 (patch)
tree0e785378579c55ede6a31ca8fcf284798277aec6
parent8089d45c58bc0c5e5597b70839e223613ccf7045 (diff)
downloadanaconda-53abf6224200732d1df620c2a942e2d331644a01.tar.gz
anaconda-53abf6224200732d1df620c2a942e2d331644a01.tar.xz
anaconda-53abf6224200732d1df620c2a942e2d331644a01.zip
oops, fix syntax error
-rwxr-xr-xscripts/upd-instroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index c317880c7..76e9a1be4 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -1007,7 +1007,7 @@ fi
echo "Creating debug dir"
for p in $DEST $DESTGR ; do
mkdir -p $p/usr/lib/debug
-fi
+done
if [ $ARCH = "alpha" ]; then