Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/pulseaudio-module-xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt335672 <30179339+matt335672@users.noreply.github.com>2021-11-18 13:20:35 +0300
committerGitHub <noreply@github.com>2021-11-18 13:20:35 +0300
commit0b3071322352fcdc092830c286664e097c9672cd (patch)
tree400615094a0fbea4d42f97a5c790822ae57acf65
parent27f51ee718d5568c469cba9dbd3fb5dc9ff07421 (diff)
parent7fa46fde5241c13bd6eefcf83299631c65021a43 (diff)
Merge pull request #69 from matt335672/remote_tabs_from_scripts
Remove unnecessary tabs from scripts
-rwxr-xr-xscripts/install_pulseaudio_sources_apt.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/install_pulseaudio_sources_apt.sh b/scripts/install_pulseaudio_sources_apt.sh
index 8daef48..94df25a 100755
--- a/scripts/install_pulseaudio_sources_apt.sh
+++ b/scripts/install_pulseaudio_sources_apt.sh
@@ -82,12 +82,12 @@ if [ ! -d "$PULSE_DIR" ]; then
cd "$build_dir"
if [ -x ./configure ]; then
# This version of PA uses autotools to build
- # This command creates ./config.h
+ # This command creates ./config.h
./configure
elif [ -f ./meson.build ]; then
# Meson only
- rm -rf build
- # This command creates ./build/config.h
+ rm -rf build
+ # This command creates ./build/config.h
meson build
else
echo "** Unable to configure pulseaudio from files in $(pwd)" >&2