Shellcheck compliance, not that it is important right now
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
OS=`sh detect-unix.sh`
|
||||
OS=$(sh detect-unix.sh)
|
||||
|
||||
# Determine task
|
||||
#case $1 in
|
||||
@@ -24,4 +24,4 @@ esac
|
||||
#if [ "$OS" = "Arch Linux" ] ; then
|
||||
# PM="pacman"
|
||||
#fi
|
||||
echo $PM
|
||||
echo $PM
|
||||
|
||||
Reference in New Issue
Block a user