diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-01-18 02:02:25 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-01-18 02:02:25 +0000 |
commit | 2bcbd35a221c7807ab0ae52786f0e4cfceb1181e (patch) | |
tree | 9299dc321f74f47733734911fd172221dcca40ce /lib | |
parent | 9ed605710d1acdb16a12b47a2c83474cebd5c819 (diff) | |
download | simplepkg-2bcbd35a221c7807ab0ae52786f0e4cfceb1181e.tar.gz simplepkg-2bcbd35a221c7807ab0ae52786f0e4cfceb1181e.tar.bz2 |
common.sh small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@109 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.sh b/lib/common.sh index d5e84c8..07b92b4 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -283,7 +283,7 @@ function eval_config { if [ ! -d "$STORAGE" ]; then mkdir -p $STORAGE - else + fi if [ -z "$ARCH" ]; then ARCH="$DEFAULT_ARCH" |