Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Added newlines at the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmarco committed Jun 28, 2014
1 parent 8bee645 commit 1284345
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/tides/package-version.txt
@@ -1 +1 @@
2.0
2.0
2 changes: 1 addition & 1 deletion build/pkgs/tides/spkg-check
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

cd src
$MAKE check
$MAKE check
2 changes: 1 addition & 1 deletion build/pkgs/tides/spkg-install
Expand Up @@ -18,4 +18,4 @@ $MAKE -j1 install
if [ $? -ne 0 ]; then
echo >&2 "Error installing PACKAGE_NAME."
exit 1
fi
fi

0 comments on commit 1284345

Please sign in to comment.