mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-27 09:58:28 +01:00
updated ChangeLog
Also removed a bit of brain damage (long day). Also, thanks to Chess and Mauro for review and discussion of the prompt patches.
This commit is contained in:
parent
22f8de1ad5
commit
87ee1582a2
2 changed files with 2 additions and 2 deletions
|
@ -19,6 +19,8 @@ enhancements:
|
|||
* The directory initialization process has been changed - at first run or
|
||||
otherwise when encountering missing directories, the user will now be
|
||||
presented with a single list of them and a (C)reate/(A)bort prompt.
|
||||
* The command line user interface has been overhauled in terms of more
|
||||
consistent validated command line messages and prompts.
|
||||
+--------------------------+
|
||||
Thu May 27 18:13:59 UTC 2010
|
||||
Sbopkg 0.33.1 released. This version contains the following fixes and
|
||||
|
|
|
@ -4344,8 +4344,6 @@ SBOVER=svn_r$(cut -d' ' -f2 <<< "$REV")
|
|||
DIAG=1
|
||||
ON_ERROR=ask
|
||||
REPOS_FIELDS=7
|
||||
# this is the undocumented 'slakmagik hates hitting enter' option
|
||||
NFLAG=$NFLAG
|
||||
|
||||
# Make sure we are root.
|
||||
if [[ $(id -u) != 0 ]]; then
|
||||
|
|
Loading…
Reference in a new issue