aboutsummaryrefslogtreecommitdiff
path: root/stowpkg
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-02-13 15:42:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-02-13 15:42:16 -0300
commit50cc41656b2407b32518fefb4f6424fe8f09688a (patch)
tree5a9915a5ed29a45a13b96b98990385cac5575b91 /stowpkg
parentac6fb6fb1fa872a2f79249b78aea80f5654332ef (diff)
downloadstowpkg-50cc41656b2407b32518fefb4f6424fe8f09688a.tar.gz
stowpkg-50cc41656b2407b32518fefb4f6424fe8f09688a.tar.bz2
Fix: coding style
Diffstat (limited to 'stowpkg')
-rwxr-xr-xstowpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/stowpkg b/stowpkg
index bb2a14c..722326a 100755
--- 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