diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-27 21:25:20 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-27 21:25:20 +0000 |
commit | c39919bfed85a6f2f10c34532a40b8828ebdbdfb (patch) | |
tree | cb38a1d89fb9c4e53a1b1c1a40c60cb2d6473008 | |
parent | 9c4187087c080f15836d9d3e62089efeede9ce68 (diff) | |
download | anaconda-c39919bfed85a6f2f10c34532a40b8828ebdbdfb.tar.gz anaconda-c39919bfed85a6f2f10c34532a40b8828ebdbdfb.tar.xz anaconda-c39919bfed85a6f2f10c34532a40b8828ebdbdfb.zip |
missed a tick
-rwxr-xr-x | upd-instroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upd-instroot b/upd-instroot index d314c9458..154e14ae3 100755 --- a/upd-instroot +++ b/upd-instroot @@ -6,7 +6,7 @@ if [ -z "$1" -o ! -d "$1" ]; then exit 1 fi -ARCH=`uname -m | sed -e 's/sparc64/sparc/' -e 's/i.86/i386/` +ARCH=`uname -m | sed -e 's/sparc64/sparc/' -e 's/i.86/i386/'` HOMEDIR=`pwd` echo HOMEDIR $HOMEDIR |