]> gitweb.fluxo.info Git - stowpkg.git/commitdiff
Fix: coding style
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 13 Feb 2022 18:42:16 +0000 (15:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 13 Feb 2022 18:42:16 +0000 (15:42 -0300)
README.md
stowpkg

index 92b88ac3666e5eca538981098c9b42e2e38207d7..9a5345a2c21349d508cf5875b446ccd58dd0e559 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
 Stowpkg: ports system based on GNU Stow
 =======================================
 
-A portable, non-conflicting Unix package manager built atop of [GNU Stow](https://www.gnu.org/software/stow/).
+A portable, non-conflicting Unix package manager built atop of [GNU
+Stow](https://www.gnu.org/software/stow/).
 
 Features
 --------
@@ -54,8 +55,9 @@ Configuration
 
 Use `~/.config/stowpkg` do put any default parameters. Current supported params include
 
-* `BASE`: defaults to `<stowpkg-repo>/tree/<architecture>`, but can be configured to anything like
-  `/usr/local` with corresponding packages installed at `/usr/local/stow`.
+* `BASE`: defaults to `<stowpkg-repo>/tree/<architecture>`, but can be
+  configured to anything like `/usr/local` with corresponding packages
+  installed at `/usr/local/stow`.
 
 Filesystem layout
 -----------------
diff --git a/stowpkg b/stowpkg
index bb2a14ce39cac74a030d3a51c7696eeeb4c21454..722326af1b6f0e489cfaa39e774d3a4ee01fa6d0 100755 (executable)
--- a/stowpkg
+++ b/stowpkg
@@ -125,7 +125,7 @@ stowpkg_install () {
     echo "$BASENAME: package not found: $package"
     exit 1
   fi
-  
+
   if [ "`basename $location`" != "$package" ]; then
     echo "$BASENAME: package not found: $package"
     exit 1