]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/50-xdg-data-dirs.sh
travis: add more ASan options
[thirdparty/systemd.git] / man / 50-xdg-data-dirs.sh
index 073174cb401f0df4af5223267994c44369f2dcb9..89e9fbb599b3e86961a5a974d98af5b1f927531b 100755 (executable)
@@ -5,7 +5,7 @@ XDG_DATA_DIRS="${XDG_DATA_DIRS:-/usr/local/share/:/usr/share}"
 
 # add a directory if it exists
 if [[ -d /opt/foo/share ]]; then
-   XDG_DATA_DIRS=/opt/foo/share:${XDG_DATA_DIRS}
+    XDG_DATA_DIRS=/opt/foo/share:${XDG_DATA_DIRS}
 fi
 
 # write our output