Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
domainepublic
alternc
Commits
c2a3c48a
Commit
c2a3c48a
authored
Feb 11, 2013
by
Steven Mondji-Lerider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfixing upgrade checking script to sort by file extentions
parent
25fb24a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install/upgrade_check.sh
install/upgrade_check.sh
+1
-1
No files found.
install/upgrade_check.sh
View file @
c2a3c48a
...
...
@@ -33,7 +33,7 @@ fi
# the upgrade script we are considering
extensions
=
"*.sql *.sh *.php"
cd
/usr/share/alternc/install/upgrades
for
file
in
$(
ls
$extensions
|
sort
-n
)
;
do
for
file
in
$(
echo
$extensions
|
sort
-n
)
;
do
if
[
-r
$file
]
;
then
# the version in the filename
upvers
=
`
strip_ext
$file
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment