projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30f61a3
)
fstools: clean up trailing whitespace in snapshot script
author
Matthias Schiffer
<
[email protected]
>
Wed, 3 May 2017 06:29:24 +0000
(08:29 +0200)
committer
Matthias Schiffer
<
[email protected]
>
Mon, 29 May 2017 21:50:33 +0000
(23:50 +0200)
Signed-off-by: Matthias Schiffer <
[email protected]
>
package/system/fstools/files/snapshot
patch
|
blob
|
history
diff --git
a/package/system/fstools/files/snapshot
b/package/system/fstools/files/snapshot
index c1a5b733f3c70e2bb5f2e83d3589e2f10832760f..baf24f1e3e90fe7708e0f28c17ba270a35a2cd52 100644
(file)
--- a/
package/system/fstools/files/snapshot
+++ b/
package/system/fstools/files/snapshot
@@
-42,7
+42,7
@@
do_snapshot_upgrade() {
opkg list-upgradable
[ $? -eq 0 ] || exit 2
-
+
UPDATES=`opkg list-upgradable | cut -d" " -f1`
[ -z "${UPDATES}" ] && exit 0